Change slice functions to have proper naming
This commit is contained in:
parent
999a0e3c18
commit
44c9833117
3 changed files with 3 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ int main() {
|
|||
Lz_Slc s = lz_cstr_to_slc(src);
|
||||
|
||||
printf("|"LZ_STR_FMT"|\n", LZ_STR_PRINTF(s));
|
||||
lz_trim_typ(&s, isspace);
|
||||
lz_slc_trim_typ(&s, isspace);
|
||||
printf("|"LZ_STR_FMT"|\n", LZ_STR_PRINTF(s));
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue