You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how scanf or fscanf would work on the CE, but it would be nice to add sscanf and vsscanf to the toolchain.
intsscanf(constchar*__restrict buffer, constchar*__restrict format, ...);
intvsscanf(constchar*__restrict buffer, constchar*__restrict format, va_listva);