/* * 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