Re: Help with a little C

new topic     » goto parent     » topic index » view thread      » older message » newer message

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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu