Files
batomorph/include/ff.h
2025-09-20 13:31:22 +01:00

9 lines
87 B
C

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