1, support 'va_copy()', 'offsetof()',
authoryu.dongliang <18588496441@163.com>
Sun, 16 Aug 2026 13:13:30 +0000 (21:13 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 16 Aug 2026 13:13:53 +0000 (21:13 +0800)
commitf0c594503949cd531a3eeca2fa606a6022296805
treec85b11f4509fb8f5dc5b1f84b6bf946e5cafe4bf
parent1b360090396cea224477ee45c6016e04019b8c45
1, support 'va_copy()', 'offsetof()',
2, support <stdlib.h>, <string.h>, <stddef.h>, <stdarg.h> of musl libc.
24 files changed:
core/scf_3ac.c
core/scf_ast.c
core/scf_ast.h
core/scf_operator.c
core/scf_operator_handler_3ac.c
examples/hello.c
examples/offsetof.c [new file with mode: 0644]
examples/scf_printf.c
native/x64/scf_x64_inst.c
native/x64/scf_x64_rcg.c
parse/scf_dfa_expr.c
parse/scf_dfa_function.c
parse/scf_dfa_identity.c
parse/scf_dfa_type.c
parse/scf_dfa_va_arg.c
parse/scf_dfa_var.c
parse/scf_operator_handler_const.c
parse/scf_operator_handler_semantic.c
parse/scf_parse.c
parse/scf_parse.h
sysroot/include/stddef.h [new file with mode: 0644]
sysroot/include/stdlib.h [new file with mode: 0644]
sysroot/include/string.h [new file with mode: 0644]
sysroot/lib/__builtin__.h