#ifndef FF_H #define FF_H #include "img.h" void ff_write(int fd, img_t img); #endif