C语言 [Error] cannot convert 'linkqueue' to 'linkqueue*' for argument

日期:2021-12-26 11:59:52 人气:1

C语言 [Error] cannot convert 'linkqueue' to 'linkqueue*' for argument

i=initquque_link(*p);有错,应为i=initquque_link(p);参数是指针,*p是指向的元素
    A+
热门评论