1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-07 18:56:48 +00:00
reactos/rosapps/applications/sysutils/utils/sdkparse/tokenize.h

9 lines
151 B
C
Raw Normal View History

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