cbf_lex.h

Go to the documentation of this file.
00001 
00002 #ifndef CBF_LEX_H
00003 #define CBF_LEX_H
00004 
00005 #ifdef __cplusplus
00006 
00007 extern "C" {
00008 
00009 #endif
00010 
00011 #include "cbf_tree.h"
00012 #include "cbf_file.h"
00013 #include "cbf_stx.h"
00014 
00015 #include <stdio.h>
00016 
00017 
00018   /* Get the next token */
00019 
00020 int cbf_lex (YYSTYPE *val, cbf_file *file);
00021 
00022 
00023 #ifdef __cplusplus
00024 
00025 }
00026 
00027 #endif
00028 
00029 #endif /* CBF_LEX_H */
00030