gpt4 book ai didi

转换错误,IO C 程序

转载 作者:行者123 更新时间:2023-11-30 20:04:52 25 4
gpt4 key购买 nike

总体目标:将任意文件读入缓冲区,将缓冲区复制到 farray,同时删除空字符。

错误:

Allocating memory for arrays (which is reuqired)

错误消息:

warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default] farray = (char *) malloc(sizeof(char));

编辑: #include ,以及所有其他明显的包含

char *farray;
const char* sarray;

farray = (char *) malloc(sizeof(char)*120);
sarray = (char *) malloc(sizeof(char)*120);

最佳答案

您需要包含 stdlib.h 来定义 malloc

关于转换错误,IO C 程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35851928/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com