8#ifndef __YTLIB_STR_BUFF_H
9#define __YTLIB_STR_BUFF_H
13void ytStrBuff_delete(
void *
this);
17size_t ytStrBuff_length(
const ytStrBuff *
this);
18size_t ytStrBuff_len(
const ytStrBuff *
this);
19const char * ytStrBuff_str(
const ytStrBuff *
this);
20void * ytStrBuff_ptr(
const ytStrBuff *
this);
22char * ytStrBuff_gen(
const ytStrBuff *
this);
Expandable String Buffer.
Definition ytStrBuff.c:15