C语言 [Error] cannot convert 'linkqueue' to 'linkqueue*' for argument
C语言 [Error] cannot convert 'linkqueue' to 'linkqueue*' for argument
日期:2021-12-26 11:59:52 人气:1
i=initquque_link(*p);有错,应为i=initquque_link(p);参数是指针,*p是指向的元素
C语言 [Error] cannot convert 'linkqueue' to 'linkqueue*' for argument