Files
batomorph/include/ff.h

9 lines
87 B
C

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