Bumped version to 4.9.4.
[deliverable/binutils-gdb.git] / bfd / hosts / we32k.h
CommitLineData
f751f474 1#include <ansidecl.h>
6697a1a9
BK
2#include <unistd.h>
3#include <fcntl.h>
4#include <errno.h>
5#include <stdio.h>
6#include <sys/types.h>
7#include <sys/stat.h>
8#include <time.h>
9#include <ctype.h>
10#include <string.h>
11#include <sys/file.h>
12#ifndef O_ACCMODE
13#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
14#endif
15
16#ifndef DONTDECLARE_MALLOC
17extern PTR EXFUN(malloc,(unsigned));
18extern PTR EXFUN(realloc, (PTR, unsigned));
19#endif
20extern int EXFUN(abort,(void));
21extern int EXFUN(free,(PTR));
22extern void EXFUN(bcopy,(char*,char*,int));
23extern void EXFUN(exit,(int));
24extern void EXFUN(bzero,(char *, int));
25extern int strtol();
26#define NO_STDARG 1
27
6697a1a9 28#include "fopen-same.h"
This page took 0.05747 seconds and 4 git commands to generate.