ftp.nice.ch/pub/next/developer/nextsources/cctools.s.tar.gz#/cctools/as/messages.h

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

extern int bad_error;
extern int arch_multiple;

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

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

extern void as_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.