It's defined in /usr/include/stdint.h:
/usr/include/stdint.h
typedef long int intptr_t;
is it supposed to be a type for integer or pointer?
It is a signed integer type that is big enough to hold a pointer.
1.4m articles
1.4m replys
5 comments
57.0k users