Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
gzlog.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void gzlog
 

Functions

gzloggzlog_open (char *path)
 
int gzlog_write (gzlog *log, void *data, size_t len)
 
int gzlog_compress (gzlog *log)
 
int gzlog_close (gzlog *log)
 

Typedef Documentation

typedef void gzlog

Definition at line 52 of file gzlog.h.

Function Documentation

int gzlog_close ( gzlog log)

Definition at line 1042 of file gzlog.c.

int gzlog_compress ( gzlog log)

Definition at line 908 of file gzlog.c.

gzlog* gzlog_open ( char *  path)

Definition at line 865 of file gzlog.c.

int gzlog_write ( gzlog log,
void *  data,
size_t  len 
)

Definition at line 995 of file gzlog.c.