view include/core/array.h @ 55:d10b6c6b432e

add xml lib, we will need to use it eventually
author Paper <mrpapersonic@gmail.com>
date Tue, 26 Sep 2023 12:37:08 -0400
parents 2743011a6042
children
line wrap: on
line source

#ifndef __core__array_h
#define __core__array_h

#ifndef ARRAYSIZE
#	define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0]))
#endif

#endif // __core__array_h