reimu/htmlcxx/css/css_lex.h
2018-07-10 13:54:56 +03:00

7 lines
119 B
C

#ifndef __CSS_LEX_H__
#define __CSS_LEX_H__
int init_yylex(const char *buffer, int buf_len);
int end_yylex();
#endif