c语言运行出错 - 爱问答

(爱问答)

c语言运行出错

            retval = (inputfn(stream, format, plocinfo, arglist));        }    }    __finally {        _unlock_str(stream);    }    return(retval);}/****int fscanf(stream, format, ...) - read formatted data from stream**Purpose:*       Reads formatted data from stream into arguments.  _input does the real*       work here.**Entry:*       FILE *stream - stream to read data from*       char *format - format string*       followed by list of pointers to storage for the data read.  The number*       and type are controlled by the format string.**Exit:*       returns number of fields read and assigned**Exceptions:********************************************************************************/int __cdecl fscanf (        FILE *stream,        const char *format,        ...        ){        va_list arglist;        va_start(arglist, format);        return vfscanf(_input_l, stream, format, NULL, arglist);}int __cdecl _fscanf_l (        FILE *stream,        const char *format,        _locale_t plocinfo,        ...        ){        va_list arglist;        va_start(arglist, plocinfo);        return vfscanf(_input_l, stream, format, plocinfo, arglist);}/****int fscanf_s(stream, format, ...)**   Same as fscanf above except that it calls _input_s to do the real work.*   _input_s has a size check for array parameters.********************************************************************************/int __cdecl fscanf_s (        FILE *stream,        const char *format,        ...        ){        va_list arglist;        va_start(arglist, format);        return vfscanf(_input_s_l, stream, format, NULL, arglist);}int __cdecl _fscanf_s_l (        FILE *stream,        const char *format,        _locale_t plocinfo,        ...        ){        va_list arglist;        va_start(arglist, plocinfo);        return vfscanf(_input_s_l, stream, format, plocinfo, arglist);}


你这个是C程序的一部分,感觉是系统库的,程序不完整,当然不能编译的

你贴这个没意义,问题是你运行出了什么错,你程序是什么

相关标签:c语言

下一篇:有什么实用的小程序吗?

上一篇:向一个函数传一个数组指针,输出的时候出现乱码,求解答

热门标签:
excel 网盘 破解 word dll
最新更新:
微软重新评估新的Outlook的使用时机 联想推出搭载联发科Helio G80芯片组的Tab M9平板 英特尔创新大赛时间确定! 微软Edge浏览器在稳定渠道中推出Workspaces功能 英伟达RTX4060TiGPU推出MaxSun动漫主题! 谷歌地图为用户提供了街景服务! GameSir 在T4 Kaleid中推出了一款出色的控制器! 微软开始在Windows 11 中测试其画图应用程序的新深色模式! LG电子推出全球首款无线OLED电视 英伟达人工智能芯片崭露头角! Steam Deck可以玩什么游戏-Steam Deck价格限时优惠 雷蛇推出CobraPro鼠标 Kindle电子阅读器可以访问谷歌商店吗 Windows10如何加入组策略 window10图片查看器怎么没有了?