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

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

#ifndef __libgxx_assert_h

extern "C" {
#ifdef __assert_h_recursive
#include_next <assert.h>
#else
/* assert.h on some systems needs stdio.h, in violation of ANSI. */
#include <stdio.h>
#include_next <assert.h>

#define __libgxx_assert_h 1
#endif
}
#endif

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