clean the code
This commit is contained in:
6
lib/t.c
6
lib/t.c
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user