]> git.tdb.fi Git - gldbg.git/blob - source/strformat.h
Replace per-file license notices with License.txt
[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