Skip to content

Add sscanf #552

Open
Open
@ZERICO2005

Description

@ZERICO2005

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions