allons plutot boire un casanis...

This commit is contained in:
phyto
2019-07-03 18:51:42 +02:00
parent 9c845b5d04
commit b8d86da9a0
5 changed files with 42 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
/*
* conversion vers le format PNM
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -60,3 +64,4 @@ if (foo) fprintf(stderr, "conversion -> %d\n", foo);
return 0;
}
/* --------------------------------------------------------------------- */