Anonymous
7/12/2025, 9:05:24 PM
No.105884315
Cnile bros what the FUCK is going on with Windows?
>do: char string[8]; snprintf(string, sizeof(string), "%.0f", 123456789e300); anywhere
>get "1234567"
>do it on Windows 10 with VS2022
>get "12345678"
>do: char string[8]; snprintf(string, sizeof(string), "%.0f", 123456789e300); anywhere
>get "1234567"
>do it on Windows 10 with VS2022
>get "12345678"