This is mapfile.h in view mode; [Download] [Up]
#import <objc/objc.h> #import <stdio.h> #import <streams/streams.h> #define REWIND(x) NXSeek((x),0,NX_FROMSTART) #define FORWARD(x) NXSeek((x),0,NX_FROMEND) int MapNntpToStream(FILE *theFile,NXStream *theStream,BOOL echoSocket);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.