Change cstr to slc function to have proper namespacing
This commit is contained in:
parent
0722bcf51b
commit
c92f5df354
3 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ int isnotalpha(int x) { return !isalpha(x); }
|
|||
|
||||
int main() {
|
||||
char *src = "This is a list of words, which apparently has been referred to previously as a sentence";
|
||||
Lz_Slc s = lz_cstr_to_slc(src);
|
||||
Lz_Slc s = lz_slc_from_cstr(src);
|
||||
|
||||
Lz_Slc word;
|
||||
int i = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue