mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Update skeleton
This commit is contained in:
@@ -21,7 +21,7 @@ REPLACE_DICT = {
|
||||
"extern ": "",
|
||||
"__restrict": "",
|
||||
"long __undefined;": "",
|
||||
"return 0;": "return crc32_context % 128;",
|
||||
"return 0;": "return (unsigned char)(crc32_context);",
|
||||
r"__attribute__\s*\(\(.*\)\)": "",
|
||||
"_Float128": "double",
|
||||
"long double": "double",
|
||||
|
||||
Reference in New Issue
Block a user