5d876121529eef046c9d90872415c4d30898d181
[m6w6/ext-psi] / src / parser_proc.inc
1 %include {
2 #include <stddef.h>
3 #include <assert.h>
4 #include <stdlib.h>
5 #include <string.h>
6 #include <stdarg.h>
7
8 #include "parser.h"
9 }