Added some more stdlib.
This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(BAD_APPLE_OS_CSTRING_HPP_INCLUDED)
|
||||
#define BAD_APPLE_OS_CSTRING_HPP_INCLUDED
|
||||
#if !defined(BAD_APPLE_OS_CSTRING_INCLUDED)
|
||||
#define BAD_APPLE_OS_CSTRING_INCLUDED
|
||||
|
||||
#include <string.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
using ::strlen;
|
||||
|
||||
using ::memcmp;
|
||||
using ::memcpy;
|
||||
using ::memmove;
|
||||
using ::memset;
|
||||
}
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_CSTRING_HPP_INCLUDED)
|
||||
#endif // !defined(BAD_APPLE_OS_CSTRING_INCLUDED)
|
||||
|
||||
Reference in New Issue
Block a user