repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
lib
/
__fpending.h
blob
a59bc58d50b40e13b0f39aa793f4c9da607ace51
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