17 lines
252 B
C
17 lines
252 B
C
#include <stdint.h>
|
|
|
|
#define NUB_PANIC_ERROR_CODE 101
|
|
|
|
uint64_t nub_cstring_length() { return 0; }
|
|
|
|
uint64_t nub_string_length() {}
|
|
|
|
void nub_memcpy() {}
|
|
|
|
void nub_memset() {}
|
|
|
|
void nub_panic() {}
|
|
|
|
void nub_panic_array_oob() {}
|
|
|
|
void nub_panic_oom() {} |