This is error.h in view mode; [Download] [Up]
/* Error typedef declarations. */ typedef void (*ErrorHandler)(const char *,const char *); /* Error declarations. */ extern ErrorHandler SetErrorHandler(ErrorHandler), SetWarningHandler(ErrorHandler); extern void Error(const char *,const char *), Warning(const char *,const char *);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.