1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

*** 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 *);