ReactOS 0.4.16-dev-297-gc569aee
tokenize.h
Go to the documentation of this file.
1// tokenize.h
2
3#ifndef TOKENIZE_H
4#define TOKENIZE_H
5
6void tokenize ( const std::string& text, std::vector<std::string>& tokens );
7
8#endif//TOKENIZE_H
const WCHAR * text
Definition: package.c:1794
void tokenize(const std::string &text, std::vector< std::string > &tokens)