strtok_s() is suggested by MSVC, but it has different signature than the C11 standard one. So we just turn off the recommendation here.
29 KiB
29 KiB
strtok_s() is suggested by MSVC, but it has different signature than the C11 standard one. So we just turn off the recommendation here.