xref: /dflybsd-src/contrib/cvs-1.12/lib/__fpending.h (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
1 #include <stddef.h>
2 #include <stdio.h>
3 
4 #if HAVE_STDIO_EXT_H
5 # include <stdio_ext.h>
6 #endif
7 
8 #ifndef HAVE_DECL___FPENDING
9 "this configure-time declaration test was not run"
10 #endif
11 #if !HAVE_DECL___FPENDING
12 size_t __fpending (FILE *);
13 #endif
14