5 lines
109 B
C
5 lines
109 B
C
|
|
#pragma once
|
||
|
|
#include <string>
|
||
|
|
#include <vector>
|
||
|
|
std::vector<std::string> tokenize(const std::string& line);
|