1 2 3 4 5 6 7 8 9 10
#ifndef IC_SQLITE_ERRNO_H #define IC_SQLITE_ERRNO_H #define EINVAL 22 #define ENOMEM 12 #define EOVERFLOW 75 extern int errno; #endif