util/str.c: Add string equality wrappers

This commit is contained in:
Tau
2019-05-13 16:48:34 -04:00
parent 9e3c70ad6b
commit a96e625a36
3 changed files with 54 additions and 0 deletions

View File

@ -25,5 +25,7 @@ util_lib = static_library(
'setupapi.h',
'spike.c',
'spike.h',
'str.c',
'str.h',
],
)