Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/test/
H A Dstring_test.c16 unsigned char empty_string_data[] = {0x60}; variable
19 string = cbor_load(empty_string_data, 1, &res); in test_empty_string()