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>