MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / get_os_version

Function get_os_version

core/src/utils/window.cc:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325namespace platform
326{
327 const char *get_os_version()
328 {
329 static char output[24];
330 snprintf(output, sizeof(output), "%d.%d.%d", winver().major, winver().minor, winver().build);
331 return output;
332 }
333
334 const char *get_os_build()
335 {

Callers 1

ExposeOsObjectFunction · 0.85

Calls 1

winverFunction · 0.85

Tested by

no test coverage detected