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_exception.h

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

/* 
 * Mach Operating System
 * Copyright (c) 1987 Carnegie-Mellon University
 * All rights reserved.  The CMU software License Agreement specifies
 * the terms and conditions for use and redistribution.
 */
/* 
 **********************************************************************
 * HISTORY
 * 25-Apr-88  Karl Hauth (hauth) at Carnegie-Mellon University
 *	Created.
 *
 *
 **********************************************************************
 */ 

#ifndef	_MACH_EXCEPTION_
#define	_MACH_EXCEPTION_	1

#import <mach/kern_return.h>

char		*mach_exception_string(
/*
 *	Returns a string appropriate to the error argument given
 */
	int	exception
				);


void		mach_exception(
/*
 *	Prints an appropriate message on the standard error stream
 */
	const char	*str,
	int		exception
				);


char		*mach_NeXT_exception_string(
/*
 *	Returns a string appropriate to the error argument given
 */
	int	exception,
	int	code,
	int	subcode
				);


void		mach_NeXT_exception(
/*
 *	Prints an appropriate message on the standard error stream
 */
	const char	*str,
	int	exception,
	int		code,
	int			subcode
				);

#endif

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