binutils-gdb/bfd/hosts/dgux.h

30 lines
611 B
C
Raw Normal View History

#include <ansidecl.h>
1991-05-04 13:42:18 +09:00
#include <errno.h>
1991-06-15 05:50:29 +09:00
#include <sys/types.h>
1991-04-04 06:19:10 +08:00
#include <sys/dg_c_generics.h>
#include <unistd.h>
1991-06-15 05:50:29 +09:00
1991-04-04 06:19:10 +08:00
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <time.h>
#include <ctype.h>
#include <stdio.h>
#ifndef DONTDECLARE_MALLOC
extern PTR malloc PARAMS ((unsigned));
extern PTR realloc PARAMS ((PTR, unsigned));
1991-06-15 05:50:29 +09:00
#endif
extern int abort PARAMS ((void));
extern void free PARAMS ((PTR));
extern void bcopy PARAMS ((char*,char*,int));
extern void exit PARAMS ((int));
extern void bzero PARAMS ((char *, int));
1991-06-15 05:50:29 +09:00
extern int strtol();
1991-04-04 06:19:10 +08:00
#define NO_STDARG 1
#include "fopen-same.h"