Sun Aug 1 22:54:08 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / bfd / hosts / harris.h
CommitLineData
f751f474 1#include <ansidecl.h>
d14a8a06
SC
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
302c8ab1 15extern PTR EXFUN(malloc,(unsigned));
56a56f4c 16extern PTR EXFUN(realloc, (PTR, unsigned));
d14a8a06 17#endif
302c8ab1
SC
18extern int EXFUN(abort,(void));
19extern int EXFUN(free,(PTR));
20extern void EXFUN(bcopy,(char*,char*,int));
21extern void EXFUN(exit,(int));
22extern void EXFUN(bzero,(char *, int));
d14a8a06 23
302c8ab1 24extern int strtol();
d14a8a06 25
a5431adc 26#include "fopen-same.h"
This page took 0.073387 seconds and 4 git commands to generate.