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

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