summaryrefslogtreecommitdiff
path: root/src/lib/string.c
AgeCommit message (Collapse)Author
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-25Add string librariesCarlos Maiolino
Add a couple string lib functions to start with video text development. Signed-off-by: Carlos Maiolino <[email protected]>