satyr  0.24.15.g3735.dirty
Data Fields
sr_strbuf Struct Reference

A resizable string buffer. More...

#include <strbuf.h>

Data Fields

size_t alloc
 
size_t len
 
char * buf
 

Detailed Description

A resizable string buffer.

Examples:
/builddir/build/BUILD/satyr-0.24.15.g3735.dirty/include/koops/frame.h.

Definition at line 38 of file strbuf.h.

Field Documentation

◆ alloc

size_t sr_strbuf::alloc

Size of the allocated buffer. Always > 0.

Definition at line 43 of file strbuf.h.

◆ len

size_t sr_strbuf::len

Length of the string, without the ending \0.

Definition at line 47 of file strbuf.h.


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