// tokenize.h #ifndef TOKENIZE_H #define TOKENIZE_H void tokenize ( const std::string& text, std::vector& tokens ); #endif//TOKENIZE_H