ReactOS 0.4.15-dev-7842-g558ab78
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:1799
void tokenize(const std::string &text, std::vector< std::string > &tokens)