repo.or.cz
/
dowkd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move changelog near the end of the file
[dowkd.git]
/
gen
/
setpid.c
blob
a708848d541933a7d0240a781410612aa93a719d
1
#include <stdlib.h>
2
3
int
4
getpid
(
void
)
5
{
6
return
atoi
(
getenv
(
"SETPID"
));
7
}