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