| 101 | } |
| 102 | |
| 103 | static size_t num_u8(size_t num_u5) |
| 104 | { |
| 105 | return (num_u5 * 5 + 4) / 8; |
| 106 | } |
| 107 | |
| 108 | /* Frees bolt11, returns NULL. */ |
| 109 | static struct bolt11 *decode_fail(struct bolt11 *b11, char **fail, |
no outgoing calls
no test coverage detected