|
Lazuli
|
Sizeof types. More...
#include <stdarg.h>#include <Lazuli/clock_24.h>#include <Lazuli/common.h>#include <Lazuli/lazuli.h>#include <Lazuli/mutex.h>#include <Lazuli/spinlock.h>#include <Lazuli/sys/scheduler.h>#include <Lazuli/sys/task.h>Go to the source code of this file.
Macros | |
| #define | SIZEOF_TYPE(T, M) |
| Declare a constant containing the size of a given type. More... | |
Sizeof types.
This file is used to retrieve the size of various types in the kernel after compilation. The resulting object file (.o) of this C file is excluded from linking into the final binary image.
Definition in file sizeof_types.c.
| #define SIZEOF_TYPE | ( | T, | |
| M | |||
| ) |
Declare a constant containing the size of a given type.
| T | The type of which to get the size. |
| M | An short informative message to display what this type size means. |
Definition at line 33 of file sizeof_types.c.
1.8.13