Generated stub for amount_sat_greater_eq */
| 30 | { fprintf(stderr, "amount_sat_eq called!\n"); abort(); } |
| 31 | /* Generated stub for amount_sat_greater_eq */ |
| 32 | bool amount_sat_greater_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED) |
| 33 | { fprintf(stderr, "amount_sat_greater_eq called!\n"); abort(); } |
| 34 | /* Generated stub for amount_sat_sub */ |
| 35 | bool amount_sat_sub(struct amount_sat *val UNNEEDED, |
| 36 | struct amount_sat a UNNEEDED, |
no test coverage detected