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

Last change on this file since 10399 was 10338, checked in by tbretz, 14 years ago
Added Trim function.
File size: 151 bytes
Line 
1#include <string>
2
3std::string Format(const char *fmt, va_list &ap);
4std::string Form(const char *fmt, ...);
5std::string Trim(const std::string &str);
Note: See TracBrowser for help on using the repository browser.