This website requires JavaScript.
Explore
Help
Sign In
bumbread
/
ciabatta
mirror of
https://github.com/flysand7/ciabatta.git
Watch
1
Fork
You've already forked ciabatta
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
911841be30
ciabatta
/
code
/
os
/
win
/
win_env.c
10 lines
101 B
C
Raw
Blame
History
#
include
<stdlib.h>
#
include
"win.h"
_Noreturn
void
_os_exit
(
int
code
)
{
ExitProcess
(
code
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink