libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_str16 Struct Reference

#include <sf3_core.h>

Data Fields

uint16_t length
 
char str []
 

Detailed Description

SF3 string with a maximum length of 2^16-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 37 of file sf3_core.h.

Field Documentation

◆ length

uint16_t sf3_str16::length

Definition at line 38 of file sf3_core.h.

◆ str

char sf3_str16::str[]

Definition at line 39 of file sf3_core.h.


The documentation for this struct was generated from the following file: