* hosts/h-*.h: Configure fopen using ../include/fopen-*.h
[deliverable/binutils-gdb.git] / bfd / hosts / dgux.h
1 #include <errno.h>
2 #include <sys/types.h>
3 #include <sys/dg_c_generics.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 PROTO(PTR,malloc,(unsigned));
16 extern PROTO(PTR ,realloc, (PTR, unsigned));
17 #endif
18 extern PROTO(int, abort,(void));
19 extern PROTO(int, free,(PTR));
20 extern PROTO(void, bcopy,(char*,char*,int));
21 extern PROTO(void, exit,(int));
22 extern int strtol();
23 extern PROTO(void, bzero,(char *, int));
24 #define NO_STDARG 1
25
26
27
28 #include "fopen-same.h"
This page took 0.032551 seconds and 5 git commands to generate.