43void putmbi(
int i,
void (*putout)(
int c,
void *
out),
void *
out);
44int getmbi (
int (*getin)(
void *in),
void *in );
45int skipheader(
int (*getin)(
void *in),
void *in );
47int readwbmp(
int (*getin)(
void *in),
void *in,
Wbmp **wbmp );
Wbmp * createwbmp(int width, int height, int color)
int getmbi(int(*getin)(void *in), void *in)
int skipheader(int(*getin)(void *in), void *in)
int writewbmp(Wbmp *wbmp, void(*putout)(int c, void *out), void *out)
void printwbmp(Wbmp *wbmp)
void putmbi(int i, void(*putout)(int c, void *out), void *out)
void freewbmp(Wbmp *wbmp)
int readwbmp(int(*getin)(void *in), void *in, Wbmp **wbmp)