about a lot of history. At one point back in time, it was common practice (and even necessary) to cast C function call return values to (void) to indicate that we're not using them:
(void)printf("hello world\n");
本文共 263 字,大约阅读时间需要 1 分钟。
about a lot of history. At one point back in time, it was common practice (and even necessary) to cast C function call return values to (void) to indicate that we're not using them:
(void)printf("hello world\n");
转载于:https://my.oschina.net/invictuslee/blog/220747