string-helpers.c: add str_starts_with()

This commit is contained in:
Johan Malm 2024-08-20 17:59:46 +01:00
parent a368bbee6a
commit eb9f64f0a1
5 changed files with 45 additions and 7 deletions

View file

@ -11,6 +11,7 @@ test_lib = static_library(
tests = [
'buf-simple',
'str',
]
foreach t : tests