1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00
Files
coreutils/lib/__fpending.h
T

18 lines
288 B
C
Raw Normal View History

2000-08-26 12:04:13 +00:00
#if HAVE_CONFIG_H
# include <config.h>
#endif
2003-06-06 19:39:07 +00:00
#include <stddef.h>
2000-08-26 12:04:13 +00:00
#include <stdio.h>
2000-08-28 14:50:37 +00:00
#if HAVE_STDIO_EXT_H
# include <stdio_ext.h>
#endif
2000-08-28 14:55:18 +00:00
#ifndef HAVE_DECL___FPENDING
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL___FPENDING
2000-08-26 12:04:13 +00:00
size_t __fpending (FILE *);
2000-08-28 14:55:18 +00:00
#endif