A clone of btpd with my configuration changes.
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- #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
|