Files
brainfuck_processor/bfpcompiler/include/tokenizer.h
2023-09-20 19:39:31 +02:00

7 lines
82 B
C

#ifndef TOKENIZER_H
#define TOKENIZER_H
#include <string.h>
#endif//TOKENIZER_H