dos33fsprogs/utils/gr-utils/rle_common.h
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

8 lines
154 B
C

#define OUTPUT_C 0
#define OUTPUT_ASM 1
#define OUTPUT_RAW 2
int rle_smaller(int out_type, char *varname,
int xsize,int ysize, unsigned char *image);