ulib setjmp() and longjmp()

This commit is contained in:
2025-10-18 10:01:57 +02:00
parent e1a850a8f8
commit 76faf0581d
4 changed files with 63 additions and 0 deletions

View File

@ -17,6 +17,7 @@ SRCFILES := $(call GRABSRC, \
umalloc \
fs \
time \
jump \
)
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include \