3 lines
136 B
C
3 lines
136 B
C
|
@class NSString;
|
||
|
extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))) __attribute__((not_tail_called));
|