#include <gd_io.h>
Data Fields | |
int(* | getC )(struct gdIOCtx *) |
int(* | getBuf )(struct gdIOCtx *, void *, int) |
void(* | putC )(struct gdIOCtx *, int) |
int(* | putBuf )(struct gdIOCtx *, const void *, int) |
int(* | seek )(struct gdIOCtx *, const int) |
long(* | tell )(struct gdIOCtx *) |
void(* | free )(struct gdIOCtx *) |
Definition at line 6 of file gd_io.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|