- backpatch
void function(stbfile*, uint tell, void* block, uint len) backpatch;
Undocumented in source.
- buffer
ubyte* buffer;
Undocumented in source.
- close
void function(stbfile*) close;
Undocumented in source.
- f
FILE* f;
Undocumented in source.
- getbyte
int function(stbfile*) getbyte;
Undocumented in source.
- getdata
uint function(stbfile*, void* block, uint len) getdata;
Undocumented in source.
- indata
ubyte* indata;
- inend
ubyte* inend;
Undocumented in source.
- putbyte
int function(stbfile*, int byte_) putbyte;
Undocumented in source.
- putdata
uint function(stbfile*, void* block, uint len) putdata;
Undocumented in source.
- size
uint function(stbfile*) size;
Undocumented in source.
- tell
uint function(stbfile*) tell;
Undocumented in source.