/[pearpc]/src/debug/lex.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /src/debug/lex.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 256 byte(s)
import upstream CVS
1 dpavlin 1 #ifndef __LEX_H__
2     #define __LEX_H__
3    
4     void *lex_current_buffer();
5     int lex_current_buffer_pos();
6     void lex_switch_buffer(void *buffer);
7     void lex_delete_buffer(void *buffer);
8     void *lex_scan_string_buffer(const char *str);
9    
10     int yylex();
11    
12     #endif /* __LEX_H__ */

  ViewVC Help
Powered by ViewVC 1.1.26