Friday 1 June 2012

nslog with pr macro preprocessor

#define pr(str,args...) NSLog(str,args);
#define pro(str)        NSLog(@"%@",str);

No comments:

Post a Comment