| 120 | int global_maxNumPrintedSigFigs = 5; |
| 121 | |
| 122 | void printer_setMaxNumPrintedSigFig(int numSigFigs) { |
| 123 | |
| 124 | global_maxNumPrintedSigFigs = numSigFigs; |
| 125 | } |
| 126 | |
| 127 | |
| 128 | // user configuration of trailing newlines after reporters |
no outgoing calls
no test coverage detected