From 2ac7d06a503b256b290678f5bba158bf7d219bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 4 Aug 2022 16:26:27 +0200 Subject: Add comments. --- c/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/util.h') diff --git a/c/util.h b/c/util.h index babe0c5..11840fa 100644 --- a/c/util.h +++ b/c/util.h @@ -3,6 +3,7 @@ #include +/* Format static wide string. */ template inline int Swprintf(wchar_t (&buf)[N], const wchar_t* const fmt, T... xs) { -- cgit v1.2.3