A clone of btpd with my configuration changes.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #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
|