You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
334 B
C

4 years ago
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <float.h>
#include "../floatimg.h"
4 years ago
/* -------------------------------------------------------------------- */
int fimg_lissage_2x2(FloatImg *img)
{
return -1;
}
/* -------------------------------------------------------------------- */