Main Page | Alphabetical List | Class List | File List | Class Members | File Members

types.h

Go to the documentation of this file.
00001 /*----------------------------------------------------------------------
00002 |
00003 | sys/types.h for apeNEXT
00004 | 
00005 | Status: Currently empty.
00006 |
00007 | $Id: types.h,v 1.4 2005/06/08 14:06:54 pleiter Exp $
00008 |
00009 +----------------------------------------------------------------------*/
00010 #ifndef _SYS_TYPES_H
00011 #define _SYS_TYPES_H    1
00012 
00013 #include <nlibc.h>
00014 
00015 //
00016 // types of lseek
00017 //
00018 #ifndef _OFF_T
00019 typedef unsigned int off_t;
00020 #endif
00021 
00022 #ifndef mode_t_defined
00023 #define mode_t_defined
00024 typedef const char* mode_t;
00025 #endif
00026 
00027 
00028 #endif // _SYS_TYPES_H

Generated on Fri Jul 14 10:51:32 2006 for nlibc by doxygen 1.3.5