Re: Help with a little C
- Posted by Quality <quality at ANNEX.COM> Feb 15, 1999
- 480 views
Grape Vine <chat_town at HOTMAIL.COM> wrote: >I need a little help with just what this line of code does > >boolean G_CheckDemoStatus (void); > >i know what boolean means in math but what does it do here??? > >Grape Vine In Pascal this would be: function G_CheckDemoStatus : boolean; Just to confuse the issue. :)