[En-Nut-Discussion] sscanf_P bug
Francois Rademeyer
francois at asnone.com
Wed Feb 25 13:33:34 CET 2004
Just a bug I noticed:
int sscanf_P(CONST char *string, CONST char *fmt, ...)
should be
int sscanf_P(CONST char *string, PGM_P fmt, ...)
More information about the En-Nut-Discussion
mailing list