root/trunk/lib/cc3-ilp/cc3_img_writer.h

Revision 449, 269 bytes (checked in by goodea, 2 years ago)

exec

Line 
1 #ifndef _CC3_IMG_WRITER_H_
2 #define _CC3_IMG_WRITER_H_
3
4 #include "cc3_ilp.h"
5 #include <stdint.h>
6
7
8 int cc3_pgm_img_write(cc3_image_t *img, char *filename);
9 int cc3_ppm_img_write(cc3_image_t *img, char *filename);
10 int cc3_img_write_file_create(cc3_image_t *img);
11
12 #endif
Note: See TracBrowser for help on using the browser.