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

Go to the source code of this file.

Functions

size_t PHASORstd_sys_getAvailableMemory ()
int PHASORstd_sys_run (const char *name, int argc, char **argv)
int PHASORstd_sys_run_detached (const char *name, int argc, char **argv)

Function Documentation

◆ PHASORstd_sys_getAvailableMemory()

size_t PHASORstd_sys_getAvailableMemory ( )

Definition at line 3 of file system.c.

Here is the caller graph for this function:

◆ PHASORstd_sys_run()

int PHASORstd_sys_run ( const char * name,
int argc,
char ** argv )

Definition at line 56 of file system.c.

Here is the caller graph for this function:

◆ PHASORstd_sys_run_detached()

int PHASORstd_sys_run_detached ( const char * name,
int argc,
char ** argv )

Definition at line 90 of file system.c.

Here is the caller graph for this function: