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

Last change on this file since 11262 was 11229, checked in by tbretz, 13 years ago
Reverted commit by mistake.
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.