Re: Help with a little C
- Posted by Bernie Ryan <bwryan at PCOM.NET> Feb 12, 1999
- 478 views
boolean G_CheckDemoStatus (void); Is a declaration of a function whose name is G_CheckDemoStatus The (void) means that it takes no paramters when you call it the function returns a boolen value ( true or false ) or ( 1 or 0 ) when called.