1
0
Fork 0

Remove old invalid reference to console_log

This commit is contained in:
Pabloader 2026-05-05 15:32:24 +00:00
parent 3e2d088848
commit 5f0480a974
1 changed files with 0 additions and 2 deletions

View File

@ -2,5 +2,3 @@
#define IMPORT(name) __attribute__((import_module("env"), import_name(#name)))
#define EXPORT(name) __attribute__((export_name(#name)))
IMPORT(log) int console_log(const char* format, ...);