RetroArch/libretro-common
LibretroAdmin 575e331fd1 If we already know the length of the string, use strldup instead.
Avoids the internal strlen call inside strdup, and strdup is a deprecated
function starting from MSVC2005 anyways.

NOTE: Do NOT pass STRLEN_CONST as n parameter to strldup, it needs to
be at least +1 character higher than the strlen return value of the same
string
2022-08-25 16:31:54 +02:00
..
2022-08-02 11:34:41 +02:00
2022-07-19 21:31:26 +02:00
2022-08-24 16:41:21 +02:00
2020-01-31 15:43:42 +01:00
2022-03-27 18:03:35 +02:00
2022-08-23 15:04:47 +02:00
2020-01-31 15:43:42 +01:00
2020-12-13 21:21:21 +01:00