Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Dec 13, 2024
1 parent 3c126e3 commit a88a688
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/test/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@

#else
#include <stddef.h>

EXTERN_C_START
void console_error(const char* fmt, const char* str);
EXTERN_C_END

#define abort() __builtin_trap()
#define EPRINT(str) console_error("%s", (str))
#endif
Expand Down

0 comments on commit a88a688

Please sign in to comment.