reactos/rosapps/sysutils/utils/sdkparse/tokenize.h

9 lines
151 B
C++

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