coreutils/lib/__fpending.h

19 lines
292 B
C
Raw Normal View History

2000-08-26 20:04:13 +08:00
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
2000-08-28 22:50:37 +08:00
#if HAVE_STDIO_EXT_H
# include <stdio_ext.h>
#endif
2000-08-26 20:04:13 +08:00
#include <sys/types.h>
2000-08-28 22:55:18 +08:00
#ifndef HAVE_DECL___FPENDING
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL___FPENDING
2000-08-26 20:04:13 +08:00
size_t __fpending (FILE *);
2000-08-28 22:55:18 +08:00
#endif