打印 const void* 的值我需要做什么?
例如:
- (void) printConstVoid:(const void*)value
{
NSLog("%?",value); //or anything else print the value
}
多谢。
打印 const void* 的值我需要做什么?
例如:
- (void) printConstVoid:(const void*)value
{
NSLog("%?",value); //or anything else print the value
}
多谢。