stbfile

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

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.

Meta