Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] content
[newlib-cygwin.git] / libgloss / m32r / exit.c
blob63a64b718c7f7aea19545670e5e5f503016b91ef
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
6 void
7 _exit (int n)
9 TRAP0 (SYS_exit, n, 0, 0);