ftp.nice.ch/pub/next/connectivity/infosystems/Gopher.1.13.s.tar.gz#/Gopher_1.13_Source/Utilities.h

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

#import <stdio.h>
#import <sys/types.h>
#import <sys/uio.h>
#import <strings.h>
#import <libc.h>
#import <netdb.h>

int create_socket(char *hostname, int port);
int writen(int fd, char *ptr, int nbytes);
int writestring(int fd, char *stringptr);
int readline(int fd, char *ptr, int maxlen);
void ZapCRLF(char *inputline);
char *strcasestr(char *inputline, char *match);

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