Added support for exit() to std.cfg.

This commit is contained in:
orbitcowboy 2014-03-20 06:49:44 +01:00
parent 6507824a34
commit 1efcd670a1
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<def> <def>
<function name="exit"><noreturn>true</noreturn></function>
<memory> <memory>
<dealloc>free</dealloc> <dealloc>free</dealloc>