miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
main.c File Reference
#include <unistd.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <errno.h>
Include dependency graph for main.c:

Functions

pid_t setsid (void)
int setpgid (pid_t pid, pid_t pgid)
static void write_str (const char *s)
static void write_int (int v)
int main (void)

Function Documentation

◆ main()

int main ( void )
Here is the call graph for this function:

◆ setpgid()

int setpgid ( pid_t pid,
pid_t pgid )
Here is the call graph for this function:

◆ setsid()

pid_t setsid ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_int()

void write_int ( int v)
static
Here is the call graph for this function:

◆ write_str()

void write_str ( const char * s)
static
Here is the call graph for this function: