7 lines
84 B
C
7 lines
84 B
C
#pragma once
|
|
|
|
#include"ast.h"
|
|
|
|
void dumben_pre(AST *tlc);
|
|
void dumben_go(AST* tlc);
|