ftp.nice.ch/pub/next/developer/nextsources/libg++_for_3.2.NIH.ba.tar.gz#/NextDeveloper/Headers/g++/sys/types.h

This is types.h in view mode; [Download] [Up]

#ifndef __libgxx_sys_types_h

extern "C"
{
#ifdef __sys_types_h_recursive
#include_next <sys/types.h>
#else

#define __sys_types_h_recursive
#include <stddef.h>

#ifdef VMS
#include "GNU_CC_INCLUDE:[sys]types.h"
#else
#include_next <sys/types.h>
#endif

#define __libgxx_sys_types_h 1

#endif
}


#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.