A clone of btpd with my configuration changes.
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- #ifndef BTPD_UTILS_H
- #define BTPD_UTILS_H
-
- /* get the number of elements in a static table */
- #define ARRAY_COUNT(array) (sizeof(array) / sizeof(array[0]))
-
- #endif
|