Home
last modified time | relevance | path

Searched defs:LIST (Results 1 – 1 of 1) sorted by relevance

/zcbor-latest/tests/include/
Dcommon_test.h13 #define LIST(num) 0x9F /* Use short count 31 (indefinite-length). Note that the 'num' argument is i… macro
24 #define LIST(num) CONCAT_BYTE(0x8, num) macro