satyr  0.31
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:
/tmp/B.pD8mFX/BUILD/satyr-0.31/include/koops/frame.h.

Definition at line 38 of file strbuf.h.

Field Documentation

size_t sr_strbuf::alloc

Size of the allocated buffer. Always > 0.

Definition at line 43 of file strbuf.h.

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: