Eliminate "int8_type", "int16_type", "int32_type", and their
[deliverable/binutils-gdb.git] / bfd / hosts / harris.h
1 #include <errno.h>
2 #include <sys/types.h>
3 #include <unistd.h>
4
5 #include <string.h>
6 #include <fcntl.h>
7 #include <sys/stat.h>
8 #include <time.h>
9 #include <ctype.h>
10
11 #include <stdio.h>
12
13 #ifndef DONTDECLARE_MALLOC
14 extern PTR EXFUN(malloc,(unsigned));
15 extern PTR EXFUN(realloc, (PTR, unsigned));
16 #endif
17 extern int EXFUN(abort,(void));
18 extern int EXFUN(free,(PTR));
19 extern void EXFUN(bcopy,(char*,char*,int));
20 extern void EXFUN(exit,(int));
21 extern void EXFUN(bzero,(char *, int));
22
23 extern int strtol();
24
25 #include "fopen-same.h"
This page took 0.030385 seconds and 5 git commands to generate.