What is intptr_t,is it a type for integer or pointer?

前端 未结 2 1680

It\'s defined in /usr/include/stdint.h:

typedef long int                intptr_t;

is it supposed to be a type for integer or p

2条回答
提交回复
热议问题