view include/core/array.h @ 62:4c6dd5999b39

*: update 1. updated animia 2. use widestrings for filesystem on Windows
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:16:06 -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