Some more stdlib (array and vector, untested so far).
This commit is contained in:
13
stdlib/include/cstdarg
Normal file
13
stdlib/include/cstdarg
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
#if !defined(BAD_APPLE_OS_CSTDARG_INCLUDED)
|
||||
#define BAD_APPLE_OS_CSTDARG_INCLUDED
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
using ::va_list;
|
||||
}
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_CSTDARG_INCLUDED)
|
||||
Reference in New Issue
Block a user