summaryrefslogtreecommitdiff
path: root/str/str.c
Commit message (Collapse)AuthorAgeFilesLines
* Added check to prevent allocating extra byte for empty stringsSoikk2025-12-101-1/+2
|
* Added binary read functions that disregard NULL charactersSoikk2025-12-011-0/+32
|
* Added write permission when mapping file to strSoikk2025-11-101-2/+2
|
* Added NULL checkSoikk2025-11-071-0/+1
|
* Fixed typosSoikk2025-11-061-1/+1
|
* Added string to file functionsSoikk2025-11-051-0/+7
|
* Added dsstr dsnstr and streqnSoikk2025-10-021-1/+56
|
* Fixed bugs from copy-paste lolSoikk2025-06-131-9/+9
|
* Renamed file mapping functionsSoikk2025-06-131-3/+3
|
* Reworked and expanded the file-to-str functionsSoikk2025-06-131-36/+112
|
* Added fd/file_to_str without length specifiersSoikk2025-06-071-2/+24
|
* Added streq and strdup¨Soikk2025-06-071-0/+63
|
* changed str() and nstr() to dstr() and dnstr() to typedef the str structEnrique2025-02-191-40/+40
|
* First uploadEnrique2025-01-061-0/+227