| 73 | // ------------------------------------------------ |
| 74 | |
| 75 | void Int::Set(Int *a) { |
| 76 | |
| 77 | for (int i = 0; i<NB64BLOCK; i++) |
| 78 | bits64[i] = a->bits64[i]; |
| 79 | |
| 80 | } |
| 81 | |
| 82 | // ------------------------------------------------ |
| 83 |
no outgoing calls
no test coverage detected