parser/c_compiler/include/prototypes.h
author Markus Brökers <mbroeker@largo.homelinux.org>
Wed, 18 Aug 2010 18:17:51 +0200
changeset 143 88d9b8bfa7a5
parent 64 993b97c4ad2d
permissions -rw-r--r--
a md5 demo is already in lsflib/tools

#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