Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sscanf #552

Open
ZERICO2005 opened this issue Mar 13, 2025 · 0 comments
Open

Add sscanf #552

ZERICO2005 opened this issue Mar 13, 2025 · 0 comments

Comments

@ZERICO2005
Copy link
Contributor

ZERICO2005 commented Mar 13, 2025

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant