Home
last modified time | relevance | path

Searched refs:VARARG_IMPL2 (Results 1 – 1 of 1) sorted by relevance

/hal_telink-latest/tlsr9/ble/common/
Dmacro_trick.h63 #define VARARG_IMPL2(base, count, ...) base##count(__VA_ARGS__) macro
64 #define VARARG_IMPL(base, count, ...) VARARG_IMPL2(base, count, __VA_ARGS__)