ftp.nice.ch/pub/next/developer/languages/c/egcs.1.1.1.1beta.I.b.tar.gz#/lib/gcc-lib/i386-next-nextstep3/egcs-2.91.60/include/bsd/i386/label_t.h

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

/*
 * Copyright (c) 1992 NeXT Computer, Inc.
 *
 * Intel386 Family:	For setjmp/longjmp (kernel version).
 *
 * HISTORY
 *
 * 20 April 1992 David E. Bohman at NeXT
 *	Created.
 */
 
#ifndef _BSD_I386_LABEL_T_H_
#define _BSD_I386_LABEL_T_H_

typedef struct label_t {
	int	val[14];
} label_t;

#endif

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