Searched defs:INTPTR_TYPE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h117 #ifndef INTPTR_TYPE
119 # define INTPTR_TYPE int macro
121 # define INTPTR_TYPE long long macro
129 typedef INTPTR_TYPE ptr; /* Big enough to hold a pointer */
130 typedef unsigned INTPTR_TYPE uptr; /* Big enough to hold a pointer */

Completed in 28 milliseconds