source: trunk/FACT++/src/tools.h@ 12328

Last change on this file since 12328 was 12246, checked in by tbretz, 13 years ago
Reverting to last revision.
File size: 183 bytes
Line 
1#include <string>
2
3namespace Tools
4{
5 std::string Format(const char *fmt, va_list &ap);
6 std::string Form(const char *fmt, ...);
7 std::string Trim(const std::string &str);
8}
Note: See TracBrowser for help on using the repository browser.