Also added a pretty much untested and totally incomplete STL string type.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#if !defined(BAD_APPLE_OS_STDIO_H_INCLUDED)
|
||||
#define BAD_APPLE_OS_STDIO_H_INCLUDED
|
||||
|
||||
#include "../stdlib/include/cstdarg"
|
||||
#include <stdarg.h>
|
||||
#include "./detail/common.h"
|
||||
|
||||
BA_EXTERN_C_BEGIN
|
||||
@@ -12,7 +12,7 @@ BA_EXTERN_C_BEGIN
|
||||
int putchar(int chr) BA_CXX_NOEXCEPT;
|
||||
int puts(const char* str) BA_CXX_NOEXCEPT;
|
||||
int printf(const char* format, ...) BA_CXX_NOEXCEPT;
|
||||
int vprintf(const char* format, std::va_list vlist) BA_CXX_NOEXCEPT;
|
||||
int vprintf(const char* format, va_list vlist) BA_CXX_NOEXCEPT;
|
||||
|
||||
BA_EXTERN_C_END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user