/* -*-C-*-
-$Id: fasload.c,v 9.84 1998/07/20 06:48:16 cph Exp $
+$Id: fasload.c,v 9.85 1998/07/20 06:50:07 cph Exp $
Copyright (c) 1987-98 Massachusetts Institute of Technology
#ifdef _POSIX
#include <string.h>
#else
-extern char * EXFUN (malloc, (int));
extern int EXFUN (strlen, (const char *));
extern char * EXFUN (strcpy, (char *, const char *));
#endif
+extern char * EXFUN (malloc, (int));
extern char * Error_Names [];
extern char * Abort_Names [];
/* -*-C-*-
-$Id: option.c,v 1.46 1998/07/20 04:15:14 cph Exp $
+$Id: option.c,v 1.47 1998/07/20 06:52:53 cph Exp $
Copyright (c) 1990-98 Massachusetts Institute of Technology
#include <unistd.h>
#include <string.h>
+extern char * EXFUN (malloc, (int));
#else /* not _POSIX */
extern int strlen ();
-extern char * malloc ();
+extern char * EXFUN (malloc, (int));
#endif /* not _POSIX */
#endif /* not WINNT */