*** empty log message ***
[gnulib.git] / lib / __fpending.h
bloba59bc58d50b40e13b0f39aa793f4c9da607ace51
1 #if HAVE_CONFIG_H
2 # include <config.h>
3 #endif
5 #include <stdio.h>
7 #if HAVE_STDIO_EXT_H
8 # include <stdio_ext.h>
9 #endif
11 #include <sys/types.h>
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