ansi-fied !STDC_HEADER function prottypes

This commit is contained in:
Todd C. Miller
1994-08-08 04:41:20 +00:00
parent 72cf5123b5
commit e54f35e718
8 changed files with 25 additions and 25 deletions

View File

@@ -53,8 +53,8 @@ static char rcsid[] = "$Id$";
#endif /* HAVE_MALLOC_H */
#ifndef STDC_HEADERS
extern char *malloc __P((unsigned));
extern char *strcpy __P((char *, char *));
extern char *malloc __P((size_t));
extern char *strcpy __P((char *, const char *));
#endif /* !STDC_HEADERS */