This is fasl_loader.h in view mode; [Download] [Up]
/* (C) Copyright Taiichi Yuasa and Masami Hagiya, 1984. All rights reserved. */ /* define global variables for FASL loader */ struct part_table { short part_no; /* partition number */ long part_len; /* partition length */ long part_addr; /* base address */ short part_align; /* alignment */ char *part_name; /* partition name */ short part_global; /* global or local flag */ short part_symbol; /* partition or ext. symbol flag */ }; typedef struct part_table *PART_TABLE_P; #define TRUE 1 #define FALSE 0
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.