missing lite-c error

Posted By: TechMuc

missing lite-c error - 09/14/11 23:58

Code:
#include <acknex.h>
#include <litec.h>
#include <default.c>

function main() {
	üüüü
	while(1) {
		wait(1);
	}
}



Does not lead to an compilation error... ( üüüü can also be e.g. "üüüü"))
Posted By: jcl

Re: missing lite-c error - 09/15/11 10:10

Thanks, we'll look into that. I believe characters > 0x80 are just ignored for avoiding compile errors due to invisible control characters in the text.
© 2024 lite-C Forums