摘要: - (void)viewDidLoad { [super viewDidLoad]; int a =5; int b =9; printf("\n%d %d",a,b); tempp(&a, &b); printf("\n%d %d",a,b);}void temp(int a,int b){ pr 阅读全文
posted @ 2016-01-26 15:51 谢小锋 阅读(110) 评论(0) 推荐(0)