7 lines
82 B
C
7 lines
82 B
C
#ifndef TOKENIZER_H
|
|
#define TOKENIZER_H
|
|
|
|
#include <string.h>
|
|
|
|
#endif//TOKENIZER_H
|