summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2026-03-08add strncpy helperCarlos Maiolino
Also fix a off by one bug in strnlen Signed-off-by: Carlos Maiolino <[email protected]>
2026-02-28Add strnlen helperCarlos Maiolino
Signed-off-by: Carlos Maiolino <[email protected]>
2026-02-28add strnlen and isdigit helpersCarlos Maiolino
This is missing and will come in handy for path parsing. Signed-off-by: Carlos Maiolino <[email protected]>
2025-07-26Add memset() to the libraryCarlos Maiolino
Signed-off-by: Carlos Maiolino <[email protected]>
2025-07-26Move include files to a subdirectoryCarlos Maiolino
Move the include files to the toxic/ subdirectory, so it gets a bit more organized. Ah, yeah, OS name will be renamed to ToxicOS Signed-off-by: Carlos Maiolino <[email protected]>
2025-07-25Add string librariesCarlos Maiolino
Add a couple string lib functions to start with video text development. Signed-off-by: Carlos Maiolino <[email protected]>