Zzzzz....

This commit is contained in:
tth
2021-05-17 22:38:56 +02:00
parent 77e967cf38
commit 41e77a5185
17 changed files with 90 additions and 19 deletions

View File

@@ -5,6 +5,7 @@
#include <stdio.h>
#include <math.h>
#include <stdint.h>
#include "../floatimg.h"
@@ -20,6 +21,8 @@ int fimg_recursion_proto(FloatImg *src, FloatImg *dst, int notused)
fprintf(stderr, ">>> %s ( %p %p %d )\n", __func__, src, dst, notused);
#endif
fprintf(stderr, "!!!!!! %s is a wip !!!!!\n", __func__);
return -1;
}
/* -------------------------------------------------------------------- */