Go to the source code of this file.
|
| GEN_ALLOC_typedef (stralloc, char, s, len, a) int stralloc_ready() |
|
int | stralloc_readyplus () |
|
int | stralloc_copy (stralloc *, stralloc *) |
|
int | stralloc_cat (stralloc *, stralloc *) |
|
int | stralloc_copys (stralloc *, char *) |
|
int | stralloc_cats (stralloc *, char *) |
|
int | stralloc_copyb (stralloc *, char *, unsigned int) |
|
int | stralloc_catb (stralloc *, char *, unsigned int) |
|
int | stralloc_append () |
|
int | stralloc_starts (stralloc *, char *) |
|
◆ stralloc_0
◆ GEN_ALLOC_typedef()
GEN_ALLOC_typedef |
( |
stralloc |
, |
|
|
char |
, |
|
|
s |
, |
|
|
len |
, |
|
|
a |
|
|
) |
| |
◆ stralloc_append()
◆ stralloc_cat()
int stralloc_cat |
( |
stralloc * |
, |
|
|
stralloc * |
|
|
) |
| |
◆ stralloc_catb()
int stralloc_catb |
( |
stralloc * |
, |
|
|
char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ stralloc_cats()
int stralloc_cats |
( |
stralloc * |
, |
|
|
char * |
|
|
) |
| |
◆ stralloc_copy()
int stralloc_copy |
( |
stralloc * |
, |
|
|
stralloc * |
|
|
) |
| |
◆ stralloc_copyb()
int stralloc_copyb |
( |
stralloc * |
, |
|
|
char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ stralloc_copys()
int stralloc_copys |
( |
stralloc * |
, |
|
|
char * |
|
|
) |
| |
◆ stralloc_readyplus()
int stralloc_readyplus |
( |
| ) |
|
◆ stralloc_starts()
int stralloc_starts |
( |
stralloc * |
, |
|
|
char * |
|
|
) |
| |