5 lines
100 B
C
5 lines
100 B
C
#ifndef SERIALIZE_H
|
|
#define SERIALIZE_H
|
|
#include "AST.h"
|
|
char *serialize(AST *ast, int *len);
|
|
#endif |