Assignment 1 correct

This commit is contained in:
2021-05-06 11:24:46 +08:00
parent f950253b7b
commit 48be5fec51
3 changed files with 89 additions and 12 deletions

View File

@@ -74,6 +74,6 @@ void ASTCompileTree(ASTTree *tree, FILE *file);
void ASTCompileNode(ASTNode *root, FILE *file);
/* A short cut function, directly uncompress the raw string to file stream */
void Uncompress(char *string, FILE *file);
char* Uncompress(char *string);
#endif