fehQlibs 26
Qlibs
|
genious dynamic string handling More...
Go to the source code of this file.
Functions | |
int | stralloc_starts (stralloc *sa, const char *s) |
int | stralloc_cat (stralloc *sato, stralloc *safrom) |
int | stralloc_catb (stralloc *sa, const char *s, unsigned int n) |
int | stralloc_cats (stralloc *sa, const char *s) |
int | stralloc_copy (stralloc *sato, stralloc *safrom) |
int | stralloc_ready (stralloc *sa, size_t len) |
int | stralloc_readyplus (stralloc *sa, size_t len) |
int | stralloc_copyb (stralloc *sa, const char *s, unsigned int n) |
int | stralloc_copys (stralloc *sa, const char *s) |
int | stralloc_catulong0 (stralloc *sa, unsigned long u, unsigned int n) |
int | stralloc_catlong0 (stralloc *sa, long l, unsigned int n) |
int | stralloc_append (stralloc *sa, const char *in) |
void | stralloc_free (stralloc *sa) |
genious dynamic string handling
Definition in file stralloc.c.
int stralloc_append | ( | stralloc * | sa, |
const char * | in | ||
) |
Definition at line 112 of file stralloc.c.
Definition at line 21 of file stralloc.c.
int stralloc_catb | ( | stralloc * | sa, |
const char * | s, | ||
unsigned int | n | ||
) |
Definition at line 26 of file stralloc.c.
int stralloc_catlong0 | ( | stralloc * | sa, |
long | l, | ||
unsigned int | n | ||
) |
int stralloc_cats | ( | stralloc * | sa, |
const char * | s | ||
) |
Definition at line 36 of file stralloc.c.
int stralloc_catulong0 | ( | stralloc * | sa, |
unsigned long | u, | ||
unsigned int | n | ||
) |
Definition at line 84 of file stralloc.c.
Definition at line 41 of file stralloc.c.
int stralloc_copyb | ( | stralloc * | sa, |
const char * | s, | ||
unsigned int | n | ||
) |
Definition at line 70 of file stralloc.c.
int stralloc_copys | ( | stralloc * | sa, |
const char * | s | ||
) |
Definition at line 79 of file stralloc.c.
void stralloc_free | ( | stralloc * | sa | ) |
Definition at line 122 of file stralloc.c.
int stralloc_ready | ( | stralloc * | sa, |
size_t | len | ||
) |
int stralloc_readyplus | ( | stralloc * | sa, |
size_t | len | ||
) |
Definition at line 61 of file stralloc.c.
int stralloc_starts | ( | stralloc * | sa, |
const char * | s | ||
) |