1 2 3 4 5 6 7 8
#pragma once #include <stddef.h> #ifndef NO_MALLOC_H #include <user/lib/vendor/dlmalloc/malloc.h> #endif _Noreturn void abort(void);