This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
Hi, Dave. Just poping in and I saw your message… As far as I know, VOID is DEFined as "int." The only reason that they use VOID at all is to let others know that the int value returned isn't used… One of the fundamental principles of C is that…
Hi, Dave. Just poping in and I saw your message… As far as I know, VOID is DEFined as "int." The only reason that they use VOID at all is to let others know that the int value returned isn't used… One of the fundamental principles of C is that…
#12730-
Contemplating the void
Message #13267
Hi, Dave. Just poping in and I saw your message… As far as I know, VOID is DEFined as "int." The only reason that they use VOID at all is to let others know that the intvalue returned isn't used… One of the fundamental principles of C is that every…