-----Messaggio Originale----- Da: "Phil Barnett" <[EMAIL PROTECTED]>
A: <[email protected]>
Data invio: domenica 12 ottobre 2008 16.07
Oggetto: Re: [Harbour] Error code type


If you think about
void main()
where you can't return an error code compared to
int main()
where you can return an error code you would know that -100 is a valid error
code.

I can't recall a top level module starting with

uint main()

And I've never seen an error greater than 128

If you are referring to C language main(), only int main() is a valid declaration/definition for main() function.

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to