Not sure how scanf
or fscanf
would work on the CE, but it would be nice to add sscanf
and vsscanf
to the toolchain.
int sscanf(const char *__restrict buffer, const char *__restrict format, ...);
int vsscanf(const char *__restrict buffer, const char *__restrict format, va_list va);