MALOC
0.1
Main Page
Classes
Files
File List
src
vsys
maloc
vsys.h
1
/*
2
* ***************************************************************************
3
* MALOC = < Minimal Abstraction Layer for Object-oriented C >
4
* Copyright (C) 1994--2000 Michael Holst
5
*
6
* This program is free software; you can redistribute it and/or modify it
7
* under the terms of the GNU General Public License as published by the
8
* Free Software Foundation; either version 2 of the License, or (at your
9
* option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14
* See the GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License along
17
* with this program; if not, write to the Free Software Foundation, Inc.,
18
* 675 Mass Ave, Cambridge, MA 02139, USA.
19
*
20
* rcsid="$Id: vsys.h,v 1.6 2002/10/01 21:29:45 mholst Exp $"
21
* ***************************************************************************
22
*/
23
24
/*
25
* ***************************************************************************
26
* File: vsys.h
27
*
28
* Purpose: The primary header for VSYS.
29
* (Virtual SYStem utilities library.)
30
*
31
* Author: Michael Holst
32
* ***************************************************************************
33
*/
34
35
#ifndef _VSYS_H_
36
#define _VSYS_H_
37
38
#include <maloc/maloc_base.h>
39
40
#include <maloc/vnm.h>
41
#include <maloc/vmem.h>
42
#include <maloc/vio.h>
43
#include <maloc/vset.h>
44
45
#endif
/* _VSYS_H_ */
46
Generated on Tue Mar 4 2014 17:40:29 for MALOC by
1.8.6