Proper path implementation with array support

This commit is contained in:
Alexandre Paillier
2022-04-08 18:55:56 +02:00
parent 0e386a4204
commit 45dfd5d6a6
6 changed files with 443 additions and 15 deletions

View File

@@ -108,7 +108,6 @@ const char *get_struct_field_typename(const uint8_t *ptr,
uint8_t *const length);
const char *get_struct_field_keyname(const uint8_t *ptr,
uint8_t *const length);
const uint8_t *get_next_struct_field_array_lvl(const uint8_t *ptr);
const uint8_t *get_next_struct_field(const void *ptr);
const uint8_t *get_structn(const uint8_t *const ptr,
const char *const name_ptr,