forked from tTh/FloatImg
18 lines
334 B
C
18 lines
334 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <fcntl.h>
|
|
#include <float.h>
|
|
|
|
#include "../floatimg.h"
|
|
|
|
/* -------------------------------------------------------------------- */
|
|
int fimg_lissage_2x2(FloatImg *img)
|
|
{
|
|
|
|
|
|
return -1;
|
|
}
|
|
/* -------------------------------------------------------------------- */
|
|
|