Comment Re:Fuzzy Logic'ed my ass off (Score 3) 186
You weren't the only one. But I'm wondering if I was the only one to feel the need to actually code all of those functions.
// One of the smaller ones
void reconsider (int argc, char* argv[])
while(argv[0])
if(argv[argc])
argc--;
void reconsider (int argc, char* argv[])
while(argv[0])
if(argv[argc])
argc--;