We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7747f5e commit 246c9c4Copy full SHA for 246c9c4
interface/core/string/cstring.h
@@ -1,7 +1,7 @@
1
#ifndef HD_INC_CORE_STRING_CSTRING_H
2
#define HD_INC_CORE_STRING_CSTRING_H
3
#include "../character.h"
4
-
+#include <stdarg.h> // va_start, va_end
5
// For is_pure_ascii check : https://quick-bench.com/q/P_adhBeQdvHLTBB8EZCtLyrPRsM
6
namespace hud
7
{
0 commit comments