1
2
3
4
5
6 #ifndef CPP2CM_CPP2CM_ARGS_INCLUDED
7 #define CPP2CM_CPP2CM_ARGS_INCLUDED
8 #include <vector>
9 #include <string>
10
11 std::vector<int> ParseArgs(const std::u32string& args);
12 int ParseInt(const std::u32string& s);
13
14 #endif // CPP2CM_CPP2CM_ARGS_INCLUDED