|
MentOS
0.8.0
The Mentoring Operating System
|
Go to the source code of this file.
Macros | |
| #define | ARRAY_ALLOC malloc |
| Function for allocating memory for the array. | |
| #define | ARRAY_FREE free |
| Function for freeing the memory for the array. | |
| #define | DECLARE_ARRAY(type, name) |
| Declares a new dynamic-size array structure. More... | |
| #define DECLARE_ARRAY | ( | type, | |
| name | |||
| ) |
Declares a new dynamic-size array structure.