mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-07-13 02:15:52 +00:00
Replace additional unsafe string functions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user