[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

simple problem: sscanf and stdio.h



I have an app that has to use sscanf. When I include stdio.h I get errors,
and more distressing, I don't link in the library with sscanf.

Before I roll my own :-), how can I get the std library to link in for a
module/RTL
or
what call shall I use for sscanf that's RTL compatible?