|
Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "os/core.h"#include "os_common.h"#include "base/util.h"#include "std/str.h"#include "core/macros.h"#include <string.h>#include <errno.h>
Go to the source code of this file.
Macros | |
| #define | _POSIX_C_SOURCE 200112L |
Functions | |
| STA_DECL CT_LOCAL os_error_t | impl_last_error (void) |
| CT_LOCAL size_t | impl_error_length (os_error_t error) |
| CT_LOCAL size_t | impl_error_string (os_error_t error, char *buffer, size_t size) |
| CT_LOCAL size_t impl_error_string | ( | os_error_t | error, |
| char * | buffer, | ||
| size_t | size | ||
| ) |