1 2 3 4 5 6 7 8 9 10 11 12 13
/* * Copyright (C) 2021 Philip Jones * * Licensed under the MIT License. * See either the LICENSE file, or: * * https://opensource.org/licenses/MIT * */ #ifndef N_ELEM #define N_ELEM(x) (sizeof(x) / sizeof(*(x))) #endif