Mon Jan 3 10:59:28 1994 Stan Shebs (shebs@andros.cygnus.com)
[platform/upstream/binutils.git] / bfd / hosts / harris.h
1 #include <ansidecl.h>
2 #include <errno.h>
3 #include <sys/types.h>
4 #include <unistd.h>
5
6 #include <string.h>
7 #include <fcntl.h>
8 #include <sys/stat.h>
9 #include <time.h>
10 #include <ctype.h>
11
12 #include <stdio.h>
13
14 #ifndef DONTDECLARE_MALLOC
15 extern PTR      malloc  PARAMS ((unsigned));
16 extern PTR      realloc PARAMS ((PTR, unsigned));
17 #endif
18 extern int      abort   PARAMS ((void));
19 extern int      free    PARAMS ((PTR));
20 extern void     bcopy   PARAMS ((char*,char*,int));
21 extern void     exit    PARAMS ((int));
22 extern void     bzero   PARAMS ((char *, int));
23
24 extern int strtol();
25
26 #include "fopen-same.h"