mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
9 lines
151 B
C
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
|