parser/c_compiler/include/prototypes.h
author Markus Bröker<broeker.markus@googlemail.com>
Sun, 10 Feb 2019 13:17:01 +0100
changeset 173 374a86886bc5
parent 64 993b97c4ad2d
permissions -rw-r--r--
LAST-DIGIT-BUG: INCREMENT before LF

#ifndef PROTOTYPES_H
#define PROTOTYPES_H

int yyparse ();
int yylex ();
void yyerror (char *);
int yywrap ();
int count ();
int check_type ();
void comment ();

#define YYSTYPE char*
#endif