| PROPERTIES | |
|---|---|
| return value | 0 on success (1 otherwise) |
| allocation ensured | yes |
| previous allocation required | no |
lx_s s = {0};
char *string = "some string");
lx_strset (&s, string);
lx_cadd (&s, '\n');
|
(c) 2001, ari edelkind |
lx_lib docs |