Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
IO.h File Reference
#include <stdint.h>
Include dependency graph for IO.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void c_print_stdout (const char *s, int64_t len)
 Native print function.
void c_print_stderr (const char *s, int64_t len)
 Native print error function.
int64_t c_system (const char *cmd)
 CRT system call.
char * c_system_out (const char *cmd)
 CRT system call, get out.
char * c_system_err (const char *cmd)
 CRT system call, get err.

Function Documentation

◆ c_print_stderr()

void c_print_stderr ( const char * s,
int64_t len )

Native print error function.

Definition at line 105 of file IO.c.

Here is the caller graph for this function:

◆ c_print_stdout()

void c_print_stdout ( const char * s,
int64_t len )

Native print function.

Definition at line 100 of file IO.c.

Here is the caller graph for this function:

◆ c_system()

int64_t c_system ( const char * cmd)

CRT system call.

Definition at line 110 of file IO.c.

Here is the caller graph for this function:

◆ c_system_err()

char * c_system_err ( const char * cmd)

CRT system call, get err.

Definition at line 240 of file IO.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_system_out()

char * c_system_out ( const char * cmd)

CRT system call, get out.

Definition at line 115 of file IO.c.

Here is the call graph for this function:
Here is the caller graph for this function: