Searched refs:NRF_STRING_CONCATENATE_IMPL (Results 1 – 1 of 1) sorted by relevance
38 #ifndef NRF_STRING_CONCATENATE_IMPL39 #define NRF_STRING_CONCATENATE_IMPL(lhs, rhs) lhs ## rhs macro42 #define NRF_STRING_CONCATENATE(lhs, rhs) NRF_STRING_CONCATENATE_IMPL(lhs, rhs)
Completed in 5 milliseconds