Ylva And Malin
Data Structures | Macros
ym_array.h File Reference
#include <ym_core.h>
Include dependency graph for ym_array.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)
 

Macro Definition Documentation

#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)