Added some more stdlib.
This commit is contained in:
14
include/cstdlib
Normal file
14
include/cstdlib
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(BAD_APPLE_OS_CSTDLIB_INCLUDED)
|
||||
#define BAD_APPLE_OS_CSTDLIB_INCLUDED
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
using ::abort;
|
||||
}
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_CSTDLIB_INCLUDED)
|
||||
Reference in New Issue
Block a user