Safety commit
This commit is contained in:
@@ -71,4 +71,8 @@ Type *type_pointer_wrap(Type*);
|
||||
/* 0 = not castable, 1 = explicitly castable, 2 = implicitly castable */
|
||||
int type_is_castable(Type *from, Type *to);
|
||||
|
||||
int type_is_number(Type *t);
|
||||
|
||||
char *type_to_string(Type*);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user