msvcrt是做什么的

msvcrt.dll是微软在windows操作系统中提供的C语言运行库执行文件(Microsoft C Runtime Library),其中提供了printf,malloc,strcpy等C语言库函数的具体运行实现,并且为使用C/C++(Vc)编绎的程序提供了初始化(如获取命令行参数)以及退出等功能。

posted @ 2014-03-27 20:23  皮皮uu  阅读(466)  评论(0编辑  收藏  举报