Changeset 12246 for trunk


Ignore:
Timestamp:
10/23/11 15:08:46 (13 years ago)
Author:
tbretz
Message:
Reverting to last revision.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/tools.h

    r12243 r12246  
    1 #ifndef FACT_Tools
    2 #define FACT_Tools
    3 
    41#include <string>
    52
     
    96    std::string Form(const char *fmt, ...);
    107    std::string Trim(const std::string &str);
    11     std::string Wrap(std::string &str, size_t width=78);
    128}
    13 
    14 #endif
Note: See TracChangeset for help on using the changeset viewer.