Home
last modified time | relevance | path

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

/xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/ !
H A Dcc.h67 #define cc_concat_(a, b) a##b macro
68 #define cc_concat(a, b) cc_concat_(a, b)