This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

vsscanf not in stdio.h

My stdio.h library from keil do not have a function vsscanf which normally works the same way as sscanf but uses a pointer to an argument list instead of a additional argument list.

Does anybody know a smart or easy way to create an vsscanf function. Or maybe there is a newer version of the stdio.h library which includes this function.

I am now using stdio.h version 5. (At least that is writen in the header.)

0