main.cpp: In function ‘int SDL_main()’:
main.cpp:203:24: error: ‘_SC_NPROCESSORS_ONLN’ was not declared in this scope
203 | int THREADS = sysconf(_SC_NPROCESSORS_ONLN);
| ^~~~~~~~~~~~~~~~~~~~
main.cpp:203:16: error: ‘sysconf’ was not declared in this scope; did you mean ‘swscanf’?
203 | int THREADS = sysconf(_SC_NPROCESSORS_ONLN);
| ^~~~~~~
| swscanf
wtf is this
I hate Windows