Module libc

Module libc 

Source

Functionsยง

emit_libc_abort
Emits a call to the libc void abort() function.
emit_libc_free
Emits a call to the libc void free(void* ptr) function.
emit_libc_malloc
Emits a call to the libc void* malloc(size_t size) function.
emit_libc_printf
Emits a call to the libc int printf(char*, ...) function.