Hi all, I have a question concerning the library function str_scomp(). I see it used in the standard modem example source included with TcpNet library. I cannot find any documentation about its semantic, so, I'm wandering what is its relationship with the standard C library strcmp() function. I have to do partial match string comparison... is it suitable?
Regards, Andrea
"...library function str_scomp(). I see it used in the standard modem example source included with TcpNet library. I cannot find any documentation"
You're right - a site search shows that it's mentioned in 4 places in the manuals:
http://www.keil.com/support/man/docs/rlarm/rlarm_http_get_var.htm www.keil.com/.../rlarm_cgi_process_var.htm www.keil.com/.../rlarm_cgi_process_data.htm http://www.keil.com/support/man/docs/rlarm/rlarm_modem_process.htm
but there is no description of it anywhere on the site!
Naughty, naughty Keil!