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

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

/* 
 * Mach Operating System
 * Copyright (c) 1989 Carnegie-Mellon University
 * All rights reserved.  The CMU software License Agreement specifies
 * the terms and conditions for use and redistribution.
 */
/*
 * HISTORY
 * $Log:	mach.h,v $
 * 31-May-90  Gregg Kellogg (gk) at NeXT
 *	Added <sys/thread_switch.h> and <mach_host.h>.
 *
 * Revision 2.2  89/10/28  11:30:47  mrt
 * 	Changed location of mach_interface from mach/ to
 * 	top level include.
 * 	[89/10/27            mrt]
 * 
 * Revision 2.1  89/06/13  16:47:44  mrt
 * Created.
 * 
 */
/* 
 *  Includes all the types that a normal user
 *  of Mach programs should need
 */

#ifndef	_MACH_H_
#define	_MACH_H_

#import <mach/mach_types.h>
#import <mach/thread_switch.h>
#import <mach/mach_interface.h>
#import <mach/mach_host.h>
#import <mach/mach_init.h>

#endif

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