Memory allocation checking

This commit is contained in:
Alexandre Paillier
2022-03-28 14:31:02 +02:00
parent 16081c38a9
commit e3dfd787b5
2 changed files with 183 additions and 58 deletions

View File

@@ -86,6 +86,4 @@ typedef struct
t_array array_levels;
} t_struct_field;
typedef void (*field_callback)(t_struct_field *field, uint8_t index);
#endif // EIP712_H_