Name: Anonymous 2007-05-10 9:02 ID:YpMhiddP
Dear /prog/, how can I further optimize this piece of code to make it ENTERPRISE ? :
int main(void){
return(main());
}
int main(void){
return(main());
}
#include <pthread.h>
#include <unistd.h>
main(){for(pthread_t t;!pthread_create(&t,NULL,*main,NULL);fork());}