commit avant la Ganguise + push en vrac

This commit is contained in:
2019-08-24 13:24:01 +02:00
parent d1e9999e1c
commit a07883c0c2
7 changed files with 73 additions and 20 deletions

0
tools/fimg2gray.c Normal file
View File

View File

@@ -19,6 +19,8 @@ int main(int argc, char *argv[])
int foo, opt;
int width, height;
char *fname;
float fvalue;
FloatImg fimg;
while ((opt = getopt(argc, argv, "ho:v")) != -1) {