libsf3
|
#include <sf3_core.h>
Data Fields | |
uint8_t | length |
char | str [] |
SF3 string with a maximum length of 2^8-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 29 of file sf3_core.h.
uint8_t sf3_str8::length |
Definition at line 30 of file sf3_core.h.
char sf3_str8::str[] |
Definition at line 31 of file sf3_core.h.