ze-filter
(ze-filter-0.8.0-develop-180218)
|
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) |
#define __ZE_RDFILE_H |
Definition at line 39 of file zeRdFile.h.
#define RD_NORMAL 0 |
Definition at line 29 of file zeRdFile.h.
#define RD_ONE_COLUMN 1 |
Definition at line 26 of file zeRdFile.h.
#define RD_REVERSE 1 |
Definition at line 30 of file zeRdFile.h.
#define RD_TWO_COLUMN 2 |
Definition at line 27 of file zeRdFile.h.
typedef int(* RDFILE_F) (void *, void *) |
Definition at line 35 of file zeRdFile.h.
int zm_RdFile | ( | char * | fname, |
char * | tag, | ||
RDFILE_F | f, | ||
void * | arg | ||
) |
Definition at line 185 of file zeRdFile.c.
int zm_RdTextFile | ( | char * | , |
int | , | ||
int | , | ||
char * | , | ||
int(*)(void *, void *) | |||
) |