万年历.C(177): error C193: '=': illegal type conversion from/to 'void'是什么意思?怎么改啊
万年历.C(177): error C193: '=': illegal type conversion from/to 'void'是什么意思?怎么改啊
日期:2022-02-05 15:13:55 人气:1
第177行一开头的Extern要删掉。
uchar j[6]={0x85,0x88,0x8b,0x84+0x40,0x87+0x40,0x8a+0x40}??
#include<stdio.h>
#include<string.h>
#include<malloc.h>
#include<stdlib.h><