error: storage size of 'start' isn't known
プログラムをコンパイルすると、このメッセージが表示されます。エラーは次のとおりです。
struct _timeb start, finish;
宣言とプロトタイプを配置したら、ヘッダー ファイルを作成します。
#include <stdio.h>
#include <stdlib.h>
#include <sys/timeb.h>
#include <time.h>
私の.cファイルに、
#include "image.h"
#include <math.h>