in lib:
[gnulib.git] / lib / __fpending.h
1 #if HAVE_CONFIG_H
2 # include <config.h>
3 #endif
4
5 #include <stdio.h>
6
7 #if HAVE_STDIO_EXT_H
8 # include <stdio_ext.h>
9 #endif
10
11 #include <sys/types.h>
12
13 #ifndef HAVE_DECL___FPENDING
14 "this configure-time declaration test was not run"
15 #endif
16 #if !HAVE_DECL___FPENDING
17 size_t __fpending (FILE *);
18 #endif