UTIL FreeFile: Difference between revisions
Jump to navigation
Jump to search

No edit summary |
(Elaboration for people that struggle with implication.) |
||
Line 3: | Line 3: | ||
<source lang=cpp>void UTIL_FreeFile( byte *buffer );</source> | <source lang=cpp>void UTIL_FreeFile( byte *buffer );</source> | ||
* <code>byte *buffer</code> - File buffer (pointer) to be freed. | |||
[[Category:UTIL]] | [[Category:UTIL]] |
Latest revision as of 16:35, 25 January 2022


UTIL_FreeFile is a UTIL function that calls FreeOptimalReadBuffer on a buffer (to free the buffer).
void UTIL_FreeFile( byte *buffer );
byte *buffer
- File buffer (pointer) to be freed.