Category : C Source Code
Archive   : EMXDEV8C.ZIP
Filename : TYPES.H

 
Output of file : TYPES.H contained in archive : EMXDEV8C.ZIP
/* sys/types.h (emx/gcc) */

#if !defined (_SYS_TYPES_H)
#define _SYS_TYPES_H

#if !defined (_SIZE_T_DEFINED)
#define _SIZE_T_DEFINED
typedef unsigned long size_t;
#endif

#if !defined (_TIME_T_DEFINED)
#define _TIME_T_DEFINED
typedef long time_t;
#endif

#if !defined (_INO_T_DEFINED)
#define _INO_T_DEFINED
typedef unsigned short ino_t;
#endif

#if !defined (_DEV_T_DEFINED)
#define _DEV_T_DEFINED
typedef short dev_t;
#endif

#if !defined (_OFF_T_DEFINED)
#define _OFF_T_DEFINED
typedef long off_t;
#endif

#endif /* !defined (_SYS_TYPES_H) */


  3 Responses to “Category : C Source Code
Archive   : EMXDEV8C.ZIP
Filename : TYPES.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/