1, support <ctype.h>, <float.h>, <limits.h>, <locale.h>, <setjmp.h> of musl libc, master
authoryu.dongliang <18588496441@163.com>
Sun, 23 Aug 2026 07:37:35 +0000 (15:37 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 23 Aug 2026 07:38:51 +0000 (15:38 +0800)
commit1f2fc31bb6eda835dcb3824f6f740bcd0b66c6ea
tree2f374bdd4c8f662b04764cbefdc6ddaa650e0fdc
parent083de76abfd081bf43d01cdb63a97d006a35ac57
1, support <ctype.h>, <float.h>, <limits.h>, <locale.h>, <setjmp.h> of musl libc,
2, add a test ../examples/setjmp.c for setjmp() function.
13 files changed:
examples/hello.c
examples/setjmp.c [new file with mode: 0644]
lex/scf_lex.c
parse/scf_dfa_expr.c
parse/scf_dfa_function.c
sysroot/include/bits/float.h [new file with mode: 0644]
sysroot/include/bits/limits.h [new file with mode: 0644]
sysroot/include/bits/setjmp.h [new file with mode: 0644]
sysroot/include/ctype.h [new file with mode: 0644]
sysroot/include/float.h [new file with mode: 0644]
sysroot/include/limits.h [new file with mode: 0644]
sysroot/include/locale.h [new file with mode: 0644]
sysroot/include/setjmp.h [new file with mode: 0644]