OSDN Git Service

Correct omission of complex conjugate functions from libmingwex.a
[mingw/mingw-org-wsl.git] / mingwrt / mingwex / _Exit.c
1 #include <stdlib.h>
2 void _Exit(int status)
3         {  _exit(status); }