aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/util/fmt.h
blob: e319e6e5fdf7616254452b2ee00ee0805b900478 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <string>

namespace crepe {

std::string va_stringf(va_list args, const char * fmt);
std::string stringf(const char * fmt, ...);

} // namespace crepe