#include <ze-sys.h>
#include "libze.h"
Go to the source code of this file.
|
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) |
|
◆ BSIZE
◆ zm_RdFile()
int zm_RdFile |
( |
char * |
fname, |
|
|
char * |
tag, |
|
|
RDFILE_F |
func, |
|
|
void * |
arg |
|
) |
| |
◆ 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 |
|
) |
| |