acb30ec35eb585840b350dfb7a0513387a88cc31
[h316.git] / pc-tools / ldc2 / src / tool.hh
1 #ifndef TOOL_HH
2 #define TOOL_HH
3
4 #include <vector>
5 #include <string>
6
7 using namespace std;
8
9 extern int dump_vector(vector<string> strings);
10 extern int dump_vector_err(vector<string> strings);
11
12 #endif