repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
split up constants.h some
[trinity.git]
/
include
/
pipes.h
blob
fb115a484fc731cebdf415c211f9cee7354bae05
1
#pragma once
2
3
void
open_pipes
(
void
);
4
int
rand_pipe_fd
(
void
);
5
6
#define MAX_PIPE_FDS 4