--- nono/lib/mystring.h 2026/04/29 17:04:31 1.1.1.2 +++ nono/lib/mystring.h 2026/04/29 17:04:34 1.1.1.3 @@ -1,10 +1,13 @@ // // nono -// Copyright (C) 2018 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // #pragma once +#include "header.h" + extern std::string string_format(const char *fmt, ...) __printflike(1, 2); // 先頭の連続する空白文字列を取り除いた新しい文字列を返す