libc: add sscanf to core

Change-Id: Ia4162132a500e4d06305eab724250b7714091b9e
This commit is contained in:
Skye 2026-05-01 11:12:27 +09:00 committed by Solomon Peachy
parent 6a252576f5
commit 557694a07f

View file

@ -350,6 +350,7 @@ libc/memcmp.c
libc/qsort.c
libc/random.c
libc/sscanf.c
libc/strcat.c
libc/strchr.c
libc/strcmp.c