Programación en general y tonterías en particular.
#include "stdio.h" #include "sys/types.h" #include "unistd.h" int main(void) { int c; int p=0; for (c = 0; c < 3 ; c++ ) { fork(); } p++; printf("Proceso %d\n", p); }
Post a Comment
No comments:
Post a Comment