mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 06:58:50 +00:00
Update skeleton
This commit is contained in:
@@ -57,6 +57,9 @@ REPLACE_DICT = {
|
||||
# "typedef struct[^\n]*\n{[^}]*}[^;]*;": "",
|
||||
# "typedef struct[^{]{[^}]*}": "typedef int",
|
||||
# "struct _IO_FILE": "int",
|
||||
# "FILE *": "void *",
|
||||
# "typedef __fpos_t fpos_t;": "",
|
||||
# "fpos_t *": "void *",
|
||||
}
|
||||
CSMITH_DIR = "csmith-2.3.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user