Files
batomorph/include/ff.h
2025-09-23 15:35:26 +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