Write a double (64 bits) Throws an exception of type (cfile_error *) if the OS returns an error on write
| 2543 | // Write a double (64 bits) |
| 2544 | // Throws an exception of type (cfile_error *) if the OS returns an error on write |
| 2545 | void osipf_CFWriteDouble(double d, CFILE *cfp) { cf_WriteDouble(cfp, d); } |
| 2546 | |
| 2547 | // CONTROLLER predefs |
| 2548 |
nothing calls this directly
no test coverage detected