Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "os/core.h"
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include <pthread.h>
Go to the source code of this file.
Functions | |
CT_LOCAL size_t | impl_maxname (void) |
CT_LOCAL size_t | impl_maxpath (void) |
CT_LOCAL void | impl_init (void) |
CT_LOCAL void | impl_exit (os_exitcode_t code) |
CT_LOCAL void | impl_thread_exit (os_status_t status) |
CT_LOCAL void | impl_abort (void) |
CT_LOCAL void impl_exit | ( | os_exitcode_t | code | ) |
CT_LOCAL void impl_init | ( | void | ) |
CT_LOCAL void impl_thread_exit | ( | os_status_t | status | ) |