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);
The text was updated successfully, but these errors were encountered:
Not sure how
scanf
orfscanf
would work on the CE, but it would be nice to addsscanf
andvsscanf
to the toolchain.The text was updated successfully, but these errors were encountered: