repo.or.cz
/
coreutils
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
seq no longer mishandles cases like "seq 0 0.000001 0.000003",
[coreutils/ericb.git]
/
lib
/
stdopen.h
blob
d54e5f1350a61b274175837d854276eca4594406
1
#ifndef STDOPEN_H
2
# define STDOPEN_H 1
3
4
# include <stdbool.h>
5
6
# ifdef __cplusplus
7
extern
"C"
{
8
# endif
9
10
bool
stdopen
(
void
);
11
12
# ifdef __cplusplus
13
}
14
# endif
15
16
#endif