Building Community Around Armagetron
Skip to content
Post by Jonathan » Tue Jun 07, 2005 6:38 pm
Code: Select all
int i, which=0; for(i=0; i<4; i++) which |= (fork() > 0) << i; printf("%i\n", which);
Post by warlord x-40 » Mon Jun 13, 2005 6:36 pm
Post by Jonathan » Tue Jun 14, 2005 8:57 pm
Post by warlord x-40 » Wed Jun 15, 2005 5:06 pm
Return to “Programming”