Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/test/
H A Dmap_test.c37 unsigned char simple_map[] = {0xA2, 0x01, 0x02, 0x03, 0x04}; variable
41 map = cbor_load(simple_map, 5, &res); in test_simple_map()