source:
trunk/FACT++/src/tools.h@
10934
Last change on this file since 10934 was 10429, checked in by , 14 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | #include <string> |
2 | |
3 | namespace 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.