chibi-scheme/lib/chibi/win32/process-win32.stub
okuoku e46bd03239 (chibi win32 process-win32): New library
Implement Win32 specific process library. Currently the library only
provides `exit` procedure.
2017-12-13 19:04:04 +09:00

5 lines
142 B
Text

;;> An interface to Win32 MSVCRT provided process functions and Win32 APIs
(c-system-include "stdlib.h")
(define-c void (%exit exit) (int))