9 lines
87 B
C
9 lines
87 B
C
#ifndef FF_H
|
|
#define FF_H
|
|
|
|
#include "img.h"
|
|
|
|
void ff_write(int fd, img_t img);
|
|
|
|
#endif
|