Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/test/
H A Dstring_test.c30 unsigned char short_string_data[] = {0x6C, 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x20, variable
35 string = cbor_load(short_string_data, 13, &res); in test_short_string()