ftp.nice.ch/pub/next/developer/languages/c/gcc.2.7.2.2.N.b.tar.gz#/lib/gcc-lib/m68k-next-nextstep3/2.7.2.2.f.2/include/mach/m68k/boolean.h

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

/* 
 * Copyright (c) 1988 NeXT, Inc.
 */ 

/*
 *	File:	mach/m68k/boolean.h
 *
 *	Boolean type, for NeXT.
 *
 */

#ifndef	_MACH_M68K_BOOLEAN_
#define	_MACH_M68K_BOOLEAN_

typedef unsigned int		boolean_t;

#endif

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