0

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>
4

1 に答える 1