![]() |
#2
rjsp2016-02-23 22:12
|
编程论坛
C++教室
static int (*info)(const char *fmt,...) = &printf;
bicelove
发布于
2016-02-23 18:22,
1822 次点击
c++新手,请问这段代码是将printf重定义给info了吗?