| 1044 | |
| 1045 | static double* unpack_f(double *f) { return f; } |
| 1046 | static int* unpack_i(int *i) { return i; } |
| 1047 | static unsigned* unpack_u(unsigned *u) { return u; } |
| 1048 | static json_int_t* unpack_I(json_int_t *i) { return i; } |
| 1049 | static int * unpack_b(int *b) { return b; } |
no outgoing calls
no test coverage detected