mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update fs.
This commit is contained in:
Vendored
+1
@@ -3689,6 +3689,7 @@ FS_API void* fs_sorted_search(const void* pKey, const void* pList, size_t count,
|
||||
|
||||
FS_API int fs_strncmp(const char* str1, const char* str2, size_t maxLen);
|
||||
FS_API int fs_strnicmp(const char* str1, const char* str2, size_t count);
|
||||
FS_API int fs_strncat_s(char* dst, size_t dstCap, const char* src, size_t count);
|
||||
/* END fs_utils.h */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user