Reorganized sys functions
This commit is contained in:
3
lib/sys/proc_windows.q
Normal file
3
lib/sys/proc_windows.q
Normal file
@ -0,0 +1,3 @@
|
||||
exit(code Int) {
|
||||
kernel32.ExitProcess(code)
|
||||
}
|
Reference in New Issue
Block a user