#include <libc.h>
#include <stdlib.h>
#include <tls.h>
#include <fibril.h>
#include <task.h>
#include <loader/pcb.h>
#include "private/libc.h"
#include "private/async.h"
#include "private/async_sess.h"
#include "private/malloc.h"
#include "private/io.h"
Go to the source code of this file.
Functions | |
void | __main (void *pcb_ptr) |
void | abort (void) |
void | exit (int status) |
Variables | |
static bool | env_setup = false |
Definition in file libc.c.