摘要:
错误 1 error C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNI 阅读全文
摘要:
insmod时可能出现的错误:(问题5为自己遇到的实际问题,其他则为借鉴他认经验)1.warning: function declaration isnt a prototype这种错误也是很常见的,主要是对一些函数固定格式的错误使用。比如int function()改称int function(v 阅读全文