zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.12k stars 6.21k forks source link

libc: implement `fscanf()` #66942

Open ycsin opened 6 months ago

ycsin commented 6 months ago

This was originally added as a ticket under POSIX, but fscanf() is not a POSIX function. It is from C89.

https://en.cppreference.com/w/c/io/fscanf

The expectation from the POSIX API is that this function is implemented as part of whatever C library is in use.

Sh0g0-1758 commented 5 months ago

@cfriedt, are you working on this? If not I would like to work on this.