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

Function cfilelength

cfile/cfile.cpp:535–535  ·  view source on GitHub ↗

Returns the length of the specified file Parameters: cfp - the file pointer returned by cfopen()

Source from the content-addressed store, hash-verified

533// Returns the length of the specified file
534// Parameters: cfp - the file pointer returned by cfopen()
535uint32_t cfilelength(CFILE *cfp) { return cfp->size; }
536
537// Closes an open CFILE.
538// Parameters: cfile - the file pointer returned by cfopen()

Callers 9

SoundLoadWaveFileFunction · 0.85
LoadPolyModelFunction · 0.85
filelenFunction · 0.85
TESTFunction · 0.85
bm_page_in_fileFunction · 0.85
PltSelectShipFunction · 0.85
taunt_ImportWaveFunction · 0.85
LoadLevelFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68