ftp.nice.ch/pub/next/system/patches/NeXTmods.r3.N.s.tar.gz#/g++-include/sys/types.h

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

#ifndef types_h
#pragma once

#include <stddef.h>

extern "C"
{
#define size_t ____size_t
#define ptrdiff_t ____ptrdiff_t
#define wchar_t ____wchar_t
#ifdef VMS
#include "GNU_CC_INCLUDE:[sys]types.h"
#else
#include "//usr/include/bsd/sys/types.h"
#endif
#undef size_t
#undef ptrdiff_t
#undef wchar_t

#ifndef types_h
#define 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.