| 
    Ylva And Malin
    
   | 
 
#include <ym_core.h>
Go to the source code of this file.
Data Structures | |
| struct | ym_array_header | 
Macros | |
| #define | ym_array_get_header(array) ((ym_array_header*)((char*)(array) - sizeof(ym_array_header))) | 
| #define | ym_array_size(array) ((array) ? ym_array_get_header(array)->size : 0) | 
| #define ym_array_get_header | ( | array | ) | ((ym_array_header*)((char*)(array) - sizeof(ym_array_header))) | 
| #define ym_array_size | ( | array | ) | ((array) ? ym_array_get_header(array)->size : 0) | 
 1.8.11