Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
IO.h
Go to the documentation of this file.
1#include <stdint.h>
2
3#ifdef __cplusplus
4extern "C"
5{
6#endif
8 void c_print_stdout(const char *s, int64_t len);
10 void c_print_stderr(const char *s, int64_t len);
12 int64_t c_system(const char *cmd);
14 char *c_system_out(const char *cmd);
16 char *c_system_err(const char *cmd);
17#ifdef __cplusplus
18}
19#endif
void c_print_stderr(const char *s, int64_t len)
Native print error function.
Definition IO.c:105
int64_t c_system(const char *cmd)
CRT system call.
Definition IO.c:110
void c_print_stdout(const char *s, int64_t len)
Native print function.
Definition IO.c:100
char * c_system_out(const char *cmd)
CRT system call, get out.
Definition IO.c:115
char * c_system_err(const char *cmd)
CRT system call, get err.
Definition IO.c:240
static uint64_t s[2]
Definition random.cpp:6