repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
gpl2
/
xcvs
/
dist
/
lib
/
__fpending.h
blob
36a842ed529ec1f31849ecec862e750a532ecea4
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