31 May
2003
31 May
'03
03:49
Jerry Feldman <gaf@blu.org> [Fri, 30 May 2003 22:15:29 -0400]:
void GetOne()
<nitpick> This isn't a valid Prototype in ISO C, because the compiler can't distinguish between an empty parameter list and K&R definitions. So it should be void GetOne(void) </nitpick>
int main()
<nitpick> Same here, this should be int main (void) </nitpick> And you should have added that on Linux this needs to be linked against libncurses to get the lowlevel termio functions. cheers Philipp -- Philipp Thomas work: pthomas@suse.de Development, SuSE Linux AG private: philipp.thomas@t-link.de