12345678910111213141516171819202122232425262728293031323334353637383940 |
- #include "ns-eel-int.h"
- # define YYMALLOC malloc
- # define YYFREE free
- int nseellex(void * yylval_param,void * yylloc_param ,void *yyscanner);
- void nseelerror(void *pos,compileContext *ctx, const char *str);
- #include <stdlib.h>
- #include <string.h>
- #include "y.tab.c"
|