assignment 1 problem 3 clang-format

This commit is contained in:
2021-03-30 11:04:35 +08:00
parent c312dd6400
commit 52c2445f05
4 changed files with 39 additions and 46 deletions

View File

@@ -8,9 +8,8 @@
#ifndef MY_STRUCT_H
#define MY_STRUCT_H
#include <stddef.h>
#include <stdbool.h>
#include <stddef.h>
/* Used for AST Node's string */
typedef struct ASTString_str {