Lite-C - program termination

Posted By: mayark

Lite-C - program termination - 11/26/16 00:37

Hi Everyone,

Sorry if this question has been answered somewhere else and appreciates if you paste the link as the answer to this question.

My question is, how would you interrupt a lite C application like in C, I tried exit(status).
That gave me the error "Wrong type EXIT::"

Thanks wizards.
Posted By: mayark

Re: Lite-C - program termination - 11/26/16 02:14

Never mind I found the answer.
Posted By: mayark

Re: Lite-C - program termination - 11/26/16 02:16

return(0); would do if it's a function.
© 2024 lite-C Forums