Replace additional unsafe string functions

This commit is contained in:
Cameron Gutman
2023-10-06 17:33:37 -05:00
parent d055599608
commit 8b84d17c8d
7 changed files with 52 additions and 14 deletions
+1
View File
@@ -128,3 +128,4 @@ int initializePlatform(void);
void cleanupPlatform(void);
uint64_t PltGetMillis(void);
bool PltSafeStrcpy(char* dest, size_t dest_size, const char* src);