if (strlen(params) > 10) { // return your string return 1; }
if(sscanf(params, "s[15]S[15]S[128]", tmp, tmp2, tmp3))