Looks fine, however quite repetitive, but that's C for you.
Name:
Anonymous2010-10-02 21:29
The 'mastermind' made a program that doesn't work (segmentation fault when executing on like 424) when compiled for 64-bit on my system... that is, if you ignore the warnings:
gl.c:424:11: warning: implicit declaration of function 'time' is invalid in C99
[-Wimplicit-function-declaration]
srand(time());