Home
last modified time | relevance | path

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

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