ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.s.tar.gz#/djgpp/src/gas-2.3/bfd/hosts/harris.h

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

#include <ansidecl.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>

#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <time.h>
#include <ctype.h>

#include <stdio.h>

#ifndef	DONTDECLARE_MALLOC
extern PTR	malloc	PARAMS ((unsigned));
extern PTR	realloc	PARAMS ((PTR, unsigned));
#endif
extern int	abort	PARAMS ((void));
extern int	free	PARAMS ((PTR));
extern void	bcopy	PARAMS ((char*,char*,int));
extern void	exit	PARAMS ((int));
extern void	bzero	PARAMS ((char *, int));

extern int strtol();

#include "fopen-same.h"

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