#ifndef _UTIL_H_ #define _UTIL_H_ void pgm_save(unsigned char *buf, int wrap, int xsize, int ysize, char *filename); #endif /* _UTIL_H_ */