00001 #ifndef CSTYPES_H 00002 #define CSTYPES_H 00003 typedef std::vector<int> IntVector; 00004 typedef std::vector<char *> StringVector; 00005 #endif