摘要: VC++环境下,用 malloc 申请内存空间的代码如下: 点击查看代码 linkqueue p = (linkqueue)malloc(sizeof(linkqueue)); if (p == NULL) { printf("fun(CreateQueue):malloc linkqueue fa 阅读全文
posted @ 2024-12-26 11:38 wxq20241226_0929 阅读(16) 评论(0) 推荐(0)