File: css_lex.h

package info (click to toggle)
htmlcxx 0.86-1.3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,288 kB
  • sloc: cpp: 4,354; sh: 4,324; ansic: 1,655; yacc: 523; lex: 159; xml: 102; makefile: 53; perl: 27
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#ifndef __CSS_LEX_H__
#define __CSS_LEX_H__

int init_yylex(const char *buffer, int buf_len);
int end_yylex();

#endif