什么是字符串格式intptr_t, uintptr_t 哪个对32位和64位架构都有效.
编辑
warning: format ‘%x’ expects type ‘unsigned int’, but argument 2 has type "AAA"
Run Code Online (Sandbox Code Playgroud)
这是我在64位但不是32位的警告.
intptr_t AAA
Run Code Online (Sandbox Code Playgroud)