StupidOS/lib/base.inc
2023-01-15 20:25:39 +01:00

10 lines
89 B
PHP

extern log_impl
%macro LOG 1
push %1
push file
call log_impl
add esp, 8
%endmacro