GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Removed some stupid .part file and added such files to .gitignore
[mirrors/Programs.git]
/
c
/
fork
/
fork.c
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#include <stdio.h>
2
#include <pthread.h>
3
4
int main() {
5
6
if(!pthread_create()) while(1) { printf("child\n"); sleep(1); }
7
//return(0);
8
while(1) { printf("parrent\n"); sleep(2); }
9
10
}
This page took
0.450114 seconds
and
4
git commands to generate.