q/lib/sys/sys_windows.q

7 lines
No EOL
76 B
Text

write(_ Int, _ Pointer, _ Int) -> Int {
return 0
}
exit(_ Int) {
return
}