Home
last modified time | relevance | path

Searched refs:INTPTR_TYPE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h114 #ifndef INTPTR_TYPE
116 # define INTPTR_TYPE int macro
118 # define INTPTR_TYPE long long macro
126 typedef INTPTR_TYPE ptr; /* Big enough to hold a pointer */
127 typedef unsigned INTPTR_TYPE uptr; /* Big enough to hold a pointer */