1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Add prototype for foo.

This commit is contained in:
Andreas Jaeger
2000-12-27 19:58:36 +00:00
parent 27ee0a5595
commit ed073f0e62
18 changed files with 99 additions and 28 deletions

View File

@ -28,6 +28,11 @@ extern int __vsscanf (__const char *__restrict __s,
_G_va_list __arg)
__attribute__ ((__format__ (__scanf__, 2, 0)));
/* Prototypes for compatibility functions. */
extern FILE *__new_tmpfile (void);
extern FILE *__old_tmpfile (void);
# else
# include <stdio/stdio.h>
# endif