Get 64bit stuff right.
[deliverable/binutils-gdb.git] / bfd / hosts / harris.h
CommitLineData
d14a8a06
SC
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
302c8ab1 14extern PTR EXFUN(malloc,(unsigned));
56a56f4c 15extern PTR EXFUN(realloc, (PTR, unsigned));
d14a8a06 16#endif
302c8ab1
SC
17extern int EXFUN(abort,(void));
18extern int EXFUN(free,(PTR));
19extern void EXFUN(bcopy,(char*,char*,int));
20extern void EXFUN(exit,(int));
21extern void EXFUN(bzero,(char *, int));
d14a8a06 22
302c8ab1 23extern int strtol();
d14a8a06 24
a5431adc 25#include "fopen-same.h"
This page took 0.111363 seconds and 4 git commands to generate.