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.)