dave_t Guest
|
Is sscanf implemented? |
Posted: Tue Apr 01, 2008 5:18 am |
|
|
I'm trying to parse a floating point number from a string.
My code that uses sscanf doesn't compile on a PIC18F2523.
Code: | sscanf (buf, "CH%*c %7f", &f) |
Is scanf implemented in the CCS compiler?
According to ht tp://ww w.ccsinfo.com/downloads/ansi_compliance.pdf, it is,but I can't find the function in <stdio.h>, which is where I'd expect to find it.
I also found this post:
ht tp://ww w.ccsinfo.com/forum/viewtopic.php?t=20225
Will this work on a PIC18F2523?
Dave |
|