* hosts/delta88v4.h: New for SVR4.
[deliverable/binutils-gdb.git] / bfd / hosts / dgux.h
index 058c53ac87d5f4dbf926bc7edd3bb4bd2fba9a4a..ff0573f7be6b46e5309ce366282c26cff97e6459 100644 (file)
 #include <stdio.h>
 
 #ifndef DONTDECLARE_MALLOC
-extern PTR  EXFUN(malloc,(unsigned));
-extern PTR  EXFUN(realloc, (PTR, unsigned));
+extern PTR  malloc     PARAMS ((unsigned));
+extern PTR  realloc    PARAMS ((PTR, unsigned));
 #endif
-extern int  EXFUN(abort,(void));
-extern int  EXFUN(free,(PTR));
-extern void EXFUN(bcopy,(char*,char*,int));
-extern void EXFUN(exit,(int));
-extern void EXFUN(bzero,(char *, int));
+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));
 extern int strtol();
 #define NO_STDARG 1
 
This page took 0.023501 seconds and 4 git commands to generate.