GitOS
Loading...
Searching...
No Matches
misc.h File Reference
#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 ()

Function Documentation

◆ execprocess()

void execprocess ( const char * path)

◆ exit()

void exit ( int status)

References status.

◆ free()

void free ( void * address)

◆ get_process_arguments()

void get_process_arguments ( int * argc,
char *** argv )

◆ getpid()

int getpid ( )

◆ malloc()

void * malloc ( int size)

References size.

◆ open_ipc()

void open_ipc ( const char * filename,
uint32_t packet_size,
uint32_t count )

References filename.