feat(string): add SStrStr

This commit is contained in:
fallenoak 2020-11-16 17:44:08 -06:00
parent ac1be572c4
commit 001edb9a7a
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 46 additions and 0 deletions

View file

@ -19,4 +19,6 @@ uint32_t SStrHashHT(const char* string);
size_t SStrLen(const char* string);
const char* SStrStr(const char* string, const char* search);
#endif