14 lines
192 B
Plaintext
14 lines
192 B
Plaintext
|
|
|
|
#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)
|