![]() |
FrostWing
A lightweight raw-control operating system.
|
This is a basic header files with FrostWing specific short forms and basically a good for life header. More...
#include <stdint.h>#include <stddef.h>

Go to the source code of this file.
Macros | |
| #define | null NULL |
| #define | GiB *1024*1024*1024ULL |
| #define | MiB *1024*1024ULL |
| #define | KiB *1024ULL |
| #define | yes true |
| #define | no false |
| #define | attribute __attribute__ |
| #define | Ghz *1000000000ULL |
| #define | Mhz *1000000ULL |
| #define | OS_NAME "FrostWing OS" |
| #define | EOF (-1) |
| #define | deprecated_message(msg) |
| #define | assert(expression, file, line) |
| Assert Definition. | |
Typedefs | |
| typedef uintptr_t | int_pointer |
| typedef uint64_t | int64 |
| typedef uint32_t | int32 |
| typedef uint16_t | int16 |
| typedef uint8_t | int8 |
| typedef const char * | cstring |
| typedef char * | string |
This is a basic header files with FrostWing specific short forms and basically a good for life header.
Definition in file basics.h.
| #define assert | ( | expression, | |
| file, | |||
| line ) |
| #define attribute __attribute__ |