aboutsummaryrefslogtreecommitdiff
path: root/pc.h
blob: ea496120e3d16b9702682672f7810646468c8f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef PC_H
#define PC_H

#include "y.tab.h"
#include "tree.h"

char* pretty_type(int);

void debug_print(int, union YYSTYPE*);

int yyerror(char*);
#endif

int count_args(ptree*);

#define DEBUG