]> git.tdb.fi Git - gldbg.git/blob - source/strformat.h
c1b82be89c08280ca16345731877fef9f6057660
[gldbg.git] / source / strformat.h
1 #ifndef STRFORMAT_H_
2 #define STRFORMAT_H_
3
4 #include <string>
5
6 std::string strformat(const char *, ...);
7
8 #endif