Write simple farbfeld-writing module
This commit is contained in:
8
include/ff.h
Normal file
8
include/ff.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef FF_H
|
||||
#define FF_H
|
||||
|
||||
#include "img.h"
|
||||
|
||||
void ff_write(int fd, img_t img);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user