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
5a5158216c1a1261629ae8bbaa54b68a30fc803a
1
#if HAVE_CONFIG_H
2
# include <config.h>
3
#endif
4
5
#include <stddef.h>
6
#include <stdio.h>
7
8
#if HAVE_STDIO_EXT_H
9
# include <stdio_ext.h>
10
#endif
11
12
#ifndef HAVE_DECL___FPENDING
13
"this configure-time declaration test was not run"
14
#endif
15
#if !HAVE_DECL___FPENDING
16
size_t
__fpending
(
FILE
*);
17
#endif