Go to the documentation of this file.
23#ifndef __SQLITE3_PORT_STDINT_H
24#define __SQLITE3_PORT_STDINT_H
37#if OS_MAJOR_VERSION == 5
39#if OS_MINOR_VERSION == 8
40#include <sys/int_types.h>
43typedef unsigned long long uint64_t;
59#define uintmax_t __int64