clean the code

This commit is contained in:
2019-08-07 11:55:29 +02:00
parent 2083f32aea
commit 38eae482ba
3 changed files with 37 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "string.h"
#include <string.h>
#include "../floatimg.h"
@@ -16,9 +16,11 @@ int datas[3];
verbosity = 1;
fimg_print_version(0);
foo = fimg_create(&fimg, 640, 480, 3);
printf("retour du truc ---> %d\n", foo);
printf("retour fimg_create ---> %d\n", foo);
fimg_printhead(&fimg);