#include <stdint.h>
Go to the source code of this file.
◆ asm_print_stderr()
| void asm_print_stderr |
( |
const char * | s, |
|
|
int64_t | len ) |
Native print error function.
Definition at line 91 of file IO.c.
◆ asm_print_stdout()
| void asm_print_stdout |
( |
const char * | s, |
|
|
int64_t | len ) |
Native print function.
Definition at line 86 of file IO.c.
◆ asm_system()
| int64_t asm_system |
( |
const char * | cmd | ) |
|
CRT system call.
Definition at line 96 of file IO.c.
◆ asm_system_err()
| char * asm_system_err |
( |
const char * | cmd | ) |
|
CRT system call, get err.
Definition at line 208 of file IO.c.
◆ asm_system_out()
| char * asm_system_out |
( |
const char * | cmd | ) |
|
CRT system call, get out.
Definition at line 100 of file IO.c.