diff options
Diffstat (limited to 'c/util.h')
-rw-r--r-- | c/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <memory> +/* Format static wide string. */ template<size_t N, typename... T> inline int Swprintf(wchar_t (&buf)[N], const wchar_t* const fmt, T... xs) { |