| 1372 | } |
| 1373 | |
| 1374 | txBigInt *fxBigInt_dec(txMachine* the, txBigInt *r, txBigInt *a) |
| 1375 | { |
| 1376 | return fxBigInt_sub(the, r, a, (txBigInt *)&gxBigIntOne); |
| 1377 | } |
| 1378 | |
| 1379 | txBigInt *fxBigInt_inc(txMachine* the, txBigInt *r, txBigInt *a) |
| 1380 | { |
nothing calls this directly
no test coverage detected