I am working on a project which uses Harmony v1.09 and xc v1.40.I am trying to parse some http requests using sscanf(), but it always throws a general exception. Code looks something like this:int a,b,c;sscanf(httpDataBuff,"%1d%1d%1dsometext",&a,&..
↧