摘要:
表达能力实在有限,不知道怎么描述,先写这儿吧:
void (test)(int a)
{
printf("Test ~~: %d",a );
} void test1(int a)
{
printf("Test ~~: %d",a );
} int func(int a)
{
printf("func %d :" ,a );
retur... 阅读全文
posted @ 2014-10-18 15:41
君影
阅读(184)
评论(0)
推荐(0)
浙公网安备 33010602011771号