IDZEBRA  2.2.7
Macros | Functions
tstmfile1.c File Reference
#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)
 

Macro Definition Documentation

◆ BLOCK_SIZE

#define BLOCK_SIZE   16

Definition at line 31 of file tstmfile1.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 65 of file tstmfile1.c.

References tst1(), and tst2().

◆ tst1()

void tst1 ( void  )

Definition at line 33 of file tstmfile1.c.

References mf_destroy(), and mf_init().

Referenced by main().

◆ tst2()

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().