libsf3
|
#include <sf3_core.h>
Data Fields | |
uint32_t | length |
char | str [] |
SF3 string with a maximum length of 2^32-1. The string is null-terminated, and the entire length of the char array including the null terminator is in the length field.
Definition at line 45 of file sf3_core.h.
uint32_t sf3_str32::length |
Definition at line 46 of file sf3_core.h.
char sf3_str32::str[] |
Definition at line 47 of file sf3_core.h.