\x and \o escape sequences do not work

Posted By: Uhrwerk

\x and \o escape sequences do not work - 02/12/13 04:50

Hello Mr. Lotter,

well, the topic's title says it all.
Code:
#include <acknex.h>

void main()
{
	printf("\x41\o101");
}


This code sample shows "x41o101" instead of "AA".
Posted By: jcl

Re: \x and \o escape sequences do not work - 02/13/13 16:16

It's on our list, but with low priority.
Posted By: Uhrwerk

Re: \x and \o escape sequences do not work - 02/13/13 16:41

Thanks.
© 2024 lite-C Forums