Generated stub for amount_sat_greater_eq */
| 50 | { fprintf(stderr, "amount_sat_eq called!\n"); abort(); } |
| 51 | /* Generated stub for amount_sat_greater_eq */ |
| 52 | bool amount_sat_greater_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED) |
| 53 | { fprintf(stderr, "amount_sat_greater_eq called!\n"); abort(); } |
| 54 | /* Generated stub for amount_sat_sub */ |
| 55 | bool amount_sat_sub(struct amount_sat *val UNNEEDED, |
| 56 | struct amount_sat a UNNEEDED, |
no test coverage detected