Also added a pretty much untested and totally incomplete STL string type.
This commit is contained in:
13
bastl/include/cstdarg
Normal file
13
bastl/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