Changeset 12246
- Timestamp:
- 10/23/11 15:08:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/tools.h
r12243 r12246 1 #ifndef FACT_Tools2 #define FACT_Tools3 4 1 #include <string> 5 2 … … 9 6 std::string Form(const char *fmt, ...); 10 7 std::string Trim(const std::string &str); 11 std::string Wrap(std::string &str, size_t width=78);12 8 } 13 14 #endif
Note:
See TracChangeset
for help on using the changeset viewer.