|
GitOS
|
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | execprocess (const char *path) |
| void | get_process_arguments (int *argc, char ***argv) |
| void | exit (int status) |
| void * | malloc (int size) |
| void | free (void *address) |
| void | open_ipc (const char *filename, uint32_t packet_size, uint32_t count) |
| int | getpid () |
| void execprocess | ( | const char * | path | ) |
| void exit | ( | int | status | ) |
References status.
| void free | ( | void * | address | ) |
| void get_process_arguments | ( | int * | argc, |
| char *** | argv ) |
| int getpid | ( | ) |
| void * malloc | ( | int | size | ) |
References size.
| void open_ipc | ( | const char * | filename, |
| uint32_t | packet_size, | ||
| uint32_t | count ) |
References filename.