Serene Runtime 1.0.0
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_string_t Struct Reference

#include <strings.h>

Data Fields

size_t size
 Size of the buffer.
 
size_t len
 length of the WTF-8 sequence in bytes
 
uint8_t buffer []
 The buffer that holds the WTF8 sequence.
 

Detailed Description

Definition at line 33 of file strings.h.

Field Documentation

◆ buffer

uint8_t srn_string_t::buffer[]

The buffer that holds the WTF8 sequence.

Definition at line 39 of file strings.h.

◆ len

size_t srn_string_t::len

length of the WTF-8 sequence in bytes

Definition at line 37 of file strings.h.

◆ size

size_t srn_string_t::size

Size of the buffer.

Definition at line 35 of file strings.h.


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