update
This commit is contained in:
@@ -39,6 +39,7 @@ typedef struct TypeFunction {
|
||||
|
||||
union Type *ret;
|
||||
|
||||
char **argNames;
|
||||
union Type **args;
|
||||
size_t argCount;
|
||||
} TypeFunction;
|
||||
|
||||
Reference in New Issue
Block a user