source:
trunk/FACT++/src/tools.h
@
10338
Last change on this file since 10338 was 10338, checked in by tbretz, 10 years ago | |
---|---|
File size: 151 bytes |
Rev | Line | |
---|---|---|
[10183] | 1 | #include <string> |
2 | ||
3 | std::string Format(const char *fmt, va_list &ap); | |
4 | std::string Form(const char *fmt, ...); | |
[10338] | 5 | std::string Trim(const std::string &str); |
Note: See TracBrowser
for help on using the repository browser.