Searched refs:ZERO_OR_COMPILE_ERROR (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/ | ||
A D | util.h | 42 #define ZERO_OR_COMPILE_ERROR(cond) ((int) sizeof(char[1 - 2 * !(cond)]) - 1) macro |
Completed in 5 milliseconds