Sindbad~EG File Manager

Current Path : /usr/tests/usr.bin/yacc/
Upload File :
Current File : /usr/tests/usr.bin/yacc/empty.y

%{
#ifdef YYBISON
#define YYLEX_DECL() yylex(void)
#define YYERROR_DECL() yyerror(const char *s)
static int YYLEX_DECL();
static void YYERROR_DECL();
#endif
%}
%%
start: ;

%%

#include <stdio.h>

static int
YYLEX_DECL() {
  return -1;
}

static void
YYERROR_DECL() {
  printf("%s\n",s);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists