Sun Aug 1 22:54:08 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / bfd / hosts / sun3.h
CommitLineData
335413d8 1#include <ansidecl.h>
e4a0e98e
SC
2#include <fcntl.h>
3#include <errno.h>
4#include <stdio.h>
5#include <sys/types.h>
6#include <sys/stat.h>
7#include <ctype.h>
8#include <string.h>
9#include <sys/file.h>
10#ifndef O_ACCMODE
11#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
12#endif
13#define SEEK_SET 0
14#define SEEK_CUR 1
15
bec9b335 16#ifdef __STDC__
f6eaba83 17extern void EXFUN(free,(PTR));
bec9b335
RP
18#else /* not __STDC__ */
19extern int EXFUN(free,(PTR));
20#endif /* not __STDC__ */
de1478e1 21extern void EXFUN(abort,(void));
302c8ab1 22extern int EXFUN(close,(int));
36c0a1ec 23extern int EXFUN(fprintf,(FILE *,CONST char *,...));
302c8ab1 24extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
de1478e1 25extern void EXFUN(exit,(int));
302c8ab1
SC
26extern int EXFUN(fclose,(FILE*));
27extern void EXFUN(bcopy,(char*,char*,int));
28extern int EXFUN(bcmp,(char *, char *, int));
29extern void EXFUN(bzero,(char *, int));
30extern void EXFUN(perror,(CONST char *));
e4a0e98e 31extern char *getenv();
302c8ab1 32extern char * strchr();
e4a0e98e
SC
33extern char *memchr();
34extern char *strrchr();
35extern int chmod();
e4a0e98e 36extern int fstat();
e4a0e98e
SC
37extern int sscanf();
38extern int stat();
39extern int strtol();
de1478e1
SC
40#ifndef DONTDECLARE_MALLOC
41extern PTR EXFUN(malloc,(unsigned));
42extern PTR EXFUN(realloc, (PTR, unsigned));
43#endif
f6eaba83 44
e4a0e98e
SC
45extern char *strrchr();
46extern char *ctime();
47extern int _flsbuf();
48extern int fclose();
49extern int time();
50extern int utimes();
51extern int vfprintf();
52extern long atol();
53extern char *getenv();
54extern int fputc();
55extern int unlink();
56
57
a5431adc 58#include "fopen-same.h"
This page took 0.080673 seconds and 4 git commands to generate.