source:
Sophya/trunk/SophyaLib/SUtils/strutilxx.h@
2511
Last change on this file since 2511 was 2511, checked in by , 22 years ago | |
---|---|
File size: 196 bytes |
Rev | Line | |
---|---|---|
[1238] | 1 | #ifndef STRUTILXX_H_SEEN |
2 | #define STRUTILXX_H_SEEN | |
3 | ||
4 | #include "machdefs.h" | |
5 | #include <vector> | |
6 | #include <string> | |
7 | ||
[2511] | 8 | void FillVStringFrString(string const & s,vector<string>& vs,char sep = ' '); |
[1238] | 9 | |
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.