sead
Loading...
Searching...
No Matches
seadStringUtil.h
Go to the documentation of this file.
1#ifndef SEAD_STRING_UTIL_H_
2#define SEAD_STRING_UTIL_H_
3
4#include <basis/seadTypes.h>
5
6#include <cstdarg>
7
8namespace sead { namespace StringUtil {
9
10s32 vsw16printf(char16* dst, size_t dst_len, const char16* format, va_list varg);
11
12} } // namespace sead::StringUtil
13
14#endif // SEAD_STRING_UTIL_H_
Definition seadStringUtil.h:8
s32 vsw16printf(char16 *dst, size_t dst_len, const char16 *format, va_list varg)
Definition seadStringUtil.cpp:8
Definition seadAssert.h:44