ze-filter  (ze-filter-0.8.0-develop-180218)
zeRdFile.c File Reference
#include <ze-sys.h>
#include "libze.h"

Go to the source code of this file.

Macros

#define BSIZE   1024
 

Functions

int zm_RdTextFile (char *, int, int, char *, int(*)(void *, void *))
 
int zm_RdTextFile (char *fname, int rdtype, int rdreverse, char *tag, int *func)
 
int zm_RdFile (char *fname, char *tag, RDFILE_F func, void *arg)
 

Macro Definition Documentation

◆ BSIZE

#define BSIZE   1024

Definition at line 35 of file zeRdFile.c.

Function Documentation

◆ zm_RdFile()

int zm_RdFile ( char *  fname,
char *  tag,
RDFILE_F  func,
void *  arg 
)

Definition at line 185 of file zeRdFile.c.

◆ zm_RdTextFile() [1/2]

int zm_RdTextFile ( char *  ,
int  ,
int  ,
char *  ,
int(*)(void *, void *)   
)

◆ zm_RdTextFile() [2/2]

int zm_RdTextFile ( char *  fname,
int  rdtype,
int  rdreverse,
char *  tag,
int *  func 
)

Definition at line 43 of file zeRdFile.c.