(void)strcpy与strcpy
为什么有时候会用这种形式:(void)strcpy(strbuf,"hello,world");而不是:strcpy(strbuf,"hello,world");什么情况...
为什么有时候会用这种形式:
(void) strcpy(strbuf, "hello, world");
而不是:
strcpy(strbuf, "hello, world");
什么情况下需要加void呢?谢谢! 展开
(void) strcpy(strbuf, "hello, world");
而不是:
strcpy(strbuf, "hello, world");
什么情况下需要加void呢?谢谢! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询