rework assert, wasm_alert, wasm_clear, expect
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
#endif
|
||||
|
||||
#if PLATFORM_WASM
|
||||
double strtod(const char *str, char **end_unused);
|
||||
void puts(const char *str);
|
||||
fn double strtod(const char *str, char **end_unused);
|
||||
fn void puts(const char *str);
|
||||
fn void alert(s8_t string);
|
||||
#endif
|
||||
|
||||
#if PLATFORM_CL
|
||||
|
||||
Reference in New Issue
Block a user