%llu is not supported and gives no warning...
unsigned long long cval;
sscanf ("401", "%llu", &cval);
if (cval == 401)
{
diag_printf("sscanf OK\n");
} else
{
diag_printf("sscanf FAIL\n");
}
--
Øyvind Harboe
Embedded software and hardware consulting services
http://www.zylin.com
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
