|
IDZEBRA 2.2.8
|
#include <sys/stat.h>#include <sys/types.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include <yaz/test.h>#include "mfile.h"Go to the source code of this file.
Macros | |
| #define | BLOCK_SIZE 16 |
Functions | |
| void | tst1 (void) |
| void | tst2 (void) |
| int | main (int argc, char **argv) |
| #define BLOCK_SIZE 16 |
Definition at line 31 of file tstmfile1.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 65 of file tstmfile1.c.
| void tst1 | ( | void | ) |
Definition at line 33 of file tstmfile1.c.
References mf_destroy(), and mf_init().
Referenced by main().
| void tst2 | ( | void | ) |
Definition at line 40 of file tstmfile1.c.
References BLOCK_SIZE, mf_close(), mf_destroy(), mf_init(), mf_open(), mf_read(), mf_reset(), and mf_write().
Referenced by main().