On Jan 8, 2008 2:02 AM, SJS <[EMAIL PROTECTED]> wrote: > There's lots of stuff to criticize. Have fun.
>From a functional standpoint, it runs and does what you built it to do... whether or not it's "the most efficient way," I'm impressed. The only problems I encountered (as a newbish C guy) were a few compiling errors: sliding_nine.c: In function 'new': sliding_nine.c:208: warning: incompatible implicit declaration of built-in function 'strncpy' sliding_nine.c: In function 'main': sliding_nine.c:418: warning: incompatible implicit declaration of built-in function 'strlen' sliding_nine.c:421: warning: incompatible implicit declaration of built-in function 'strncpy' Those didn't keep the program from running as long as I supplied proper arguments, though. This is with gcc version 4.1.3 20070929 on Ubuntu Server 7.10. -- Brad Beyenhof http://augmentedfourth.com Silence will save me from being wrong (and foolish), but it will also deprive me of the possibility of being right. ~ Igor Stravinsky -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
