aboutsummaryrefslogtreecommitdiff
path: root/util.h
blob: ea8e1a66381df02c259ae1c671341317a277eb61 (plain)
1
2
3
4
5
6
#pragma once

#include <string>

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