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

6
ulib/setjmp.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef ULIB_SETJMP_H_
#define ULIB_SETJMP_H_
#include <jump/jump.h>
#endif // ULIB_SETJMP_H_