*** empty log message ***

This commit is contained in:
Jim Meyering 2000-08-26 12:04:13 +00:00
parent 2c45ec8870
commit 15da58e940

8
lib/__fpending.h Normal file
View File

@ -0,0 +1,8 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <sys/types.h>
size_t __fpending (FILE *);