ftp.nice.ch/pub/next/connectivity/filetransfer/Yftp.0.564.NIHS.bs.tar.gz#/Yftp/Yftp.0.564/NXmystd.h

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

//#define DEBUG 1

//#define LOGF(A) logf(__FILE__,__LINE__,sel_getName(_cmd),A)

#ifdef DEBUG
#define LOGF 	fprintf (stderr, "%s: %s:%d[%s]:\t", [NXApp appName],__FILE__,__LINE__,sel_getName(_cmd)),logf
#else
#define LOGF dummy
#endif

#define ERRORF 	fprintf (stderr, "%s: %s:%d[%s]:\t", [NXApp appName],__FILE__,__LINE__,sel_getName(_cmd)),logf
#define EXITF 	fprintf (stderr, "%s: %s:%d[%s]:\t", [NXApp appName],__FILE__,__LINE__,sel_getName(_cmd)),exitf

//void logf(char *file,int line,const char *method,char *fmt,...);
void logf(char *fmt,...);
void exitf(char *fmt,...);
void dummy(char *fmt,...);

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