Xiang Xiao
|
a55f8d24a2
|
libc: Implement vscanf() function
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I2421e57b2c848c43afb749b8ebfa79ec457cde26
|
2020-06-03 07:35:08 -06:00 |
|
Xiang Xiao
|
5c80b94820
|
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
|
2020-02-01 08:27:30 -06:00 |
|
Gregory Nutt
|
72bc331217
|
Cosmetic update to some comments.
|
2019-02-15 18:26:06 -06:00 |
|
Gregory Nutt
|
c271151d57
|
libs/libc/stdio: Remove unused, non-standard functions lib_sscanf() and lib_sprintf().
|
2019-02-15 18:01:39 -06:00 |
|