Generated stub for json_to_bool */
| 136 | { fprintf(stderr, "json_strdup called!\n"); abort(); } |
| 137 | /* Generated stub for json_to_bool */ |
| 138 | bool json_to_bool(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, bool *b UNNEEDED) |
| 139 | { fprintf(stderr, "json_to_bool called!\n"); abort(); } |
| 140 | /* Generated stub for json_to_int */ |
| 141 | bool json_to_int(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, int *num UNNEEDED) |
| 142 | { fprintf(stderr, "json_to_int called!\n"); abort(); } |
no test coverage detected