repo.or.cz
/
trueprint.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removal due to another working script
[trueprint.git]
/
src
/
openpipe.h
blob
26826a25daa6ef414b3a1e9fa4662ba80659d21d
1
/*
2
* Header file:
3
* openpipe.h
4
*/
5
6
extern
int
openpipe
(
const char
*
command
,
char
*
mode
);
7
extern
FILE
*
fopenpipe
(
const char
*
command
,
char
*
mode
);
8
extern
void
closepipe
(
int
handle
);
9
extern
void
fclosepipe
(
FILE
*
fp
);