MyDict icon indicating copy to clipboard operation
MyDict copied to clipboard

windows环境,nmake错误/编译错误

Open yyt6801 opened this issue 4 years ago • 1 comments

MyDict.c: In function 'main': MyDict.c:182:17: error: storage size of 'start' isn't known struct timeval start, end; ^~~~~ MyDict.c:182:24: error: storage size of 'end' isn't known struct timeval start, end; ^~~ MyDict.c:183:2: warning: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] gettimeofday(&start, NULL);

yyt6801 avatar Sep 11 '19 01:09 yyt6801

MyDict.c添加#inlcude<system/time.h>

yangyongkang2000 avatar Nov 18 '21 04:11 yangyongkang2000