ze-filter  (ze-filter-0.8.0-develop-180218)
zeRdFile.h File Reference

Go to the source code of this file.

Macros

#define RD_ONE_COLUMN   1
 
#define RD_TWO_COLUMN   2
 
#define RD_NORMAL   0
 
#define RD_REVERSE   1
 
#define __ZE_RDFILE_H
 

Typedefs

typedef int(* RDFILE_F) (void *, void *)
 

Functions

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

Macro Definition Documentation

◆ __ZE_RDFILE_H

#define __ZE_RDFILE_H

Definition at line 39 of file zeRdFile.h.

◆ RD_NORMAL

#define RD_NORMAL   0

Definition at line 29 of file zeRdFile.h.

◆ RD_ONE_COLUMN

#define RD_ONE_COLUMN   1

Definition at line 26 of file zeRdFile.h.

◆ RD_REVERSE

#define RD_REVERSE   1

Definition at line 30 of file zeRdFile.h.

◆ RD_TWO_COLUMN

#define RD_TWO_COLUMN   2

Definition at line 27 of file zeRdFile.h.

Typedef Documentation

◆ RDFILE_F

typedef int(* RDFILE_F) (void *, void *)

Definition at line 35 of file zeRdFile.h.

Function Documentation

◆ zm_RdFile()

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

Definition at line 185 of file zeRdFile.c.

◆ zm_RdTextFile()

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