source:
Sophya/trunk/SophyaLib/SUtils/strutilxx.h@
1371
Last change on this file since 1371 was 1238, checked in by , 25 years ago | |
---|---|
File size: 188 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 | ||
8 | void FillVStringFrString(string s,vector<string>& vs,char sep = ' '); | |
9 | ||
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.