|
XenevaOS
|


Go to the source code of this file.
Macros | |
| #define | NEED_MINILIBC 0 |
| #define | INLINE inline |
| #define | FASTCALL __attribute__((fastcall)) |
| #define | NULL 0 |
| #define | M_PI 3.14159265358979 |
| #define | libc_malloc malloc |
| #define | libc_calloc calloc |
| #define | libc_realloc realloc |
| #define | libc_free free |
| #define | libc_memset memset |
| #define | libc_memcpy memcpy |
| #define | libc_memmove memmove |
| #define | libc_frexp frexp |
| #define | libc_exp exp |
| #define | libc_pow pow |
| #define FASTCALL __attribute__((fastcall)) |
| #define INLINE inline |
| #define libc_calloc calloc |
| #define libc_exp exp |
| #define libc_free free |
| #define libc_frexp frexp |
| #define libc_malloc malloc |
| #define libc_memcpy memcpy |
| #define libc_memmove memmove |
| #define libc_memset memset |
| #define libc_pow pow |
| #define libc_realloc realloc |
| #define M_PI 3.14159265358979 |
| #define NEED_MINILIBC 0 |
| #define NULL 0 |