Mercurial > minori
view include/core/array.h @ 38:1a34fd7469b9
ci/osx: take a different approach
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 22 Sep 2023 09:29:20 -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