ftp.nice.ch/pub/next/developer/languages/as.3.3.NIHS.s.tar.gz#/as-3.3/fatals.h

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

/* user defined (imported) */
extern char *progname;

extern void fatal(
    const char *format, ...) __attribute__ ((format (printf, 1, 2)));
extern void system_fatal(
    const char *format, ...) __attribute__ ((format (printf, 1, 2)));

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