int | Openable_ ファイルからデータを読み込みます。 |
int | Openable_ ファイルにデータを書き込みます。 |
fpos_t | Openable_ ファイルのオフセットを変更します。 |
int | Openable_ ファイルをクローズします。 |
int Openable_readfn( | void * cookie, |
char * data, | |
int size) |
int Openable_writefn( | void * cookie, |
const char * data, | |
int size) |
fpos_t Openable_seekfn( | void * cookie, |
fpos_t offset, | |
int whence) |
whenceの値にはfoo_
int Openable_closefn( | void * cookie) |