os.c (230B)
1 #include <kit/os.h> 2 3 extern const KitOsHostedOps kit_os_windows_hosted_ops; 4 5 const KitOsImpl kit_os_windows_impl = { 6 .kind = KIT_OS_WINDOWS, 7 .name = "windows", 8 .hosted = &kit_os_windows_hosted_ops, 9 .emu = NULL, 10 };
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |