MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / osipf_CFWriteDouble

Function osipf_CFWriteDouble

Descent3/osiris_predefs.cpp:2545–2545  ·  view source on GitHub ↗

Write a double (64 bits) Throws an exception of type (cfile_error *) if the OS returns an error on write

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cf_WriteDoubleFunction · 0.85

Tested by

no test coverage detected