Go to the documentation of this file. 17 #ifndef __LIBICUID_ERR_H__ 18 #define __LIBICUID_ERR_H__ 25 #define ICUID_NO_CPUID 1 26 #define ICUID_PASSED_NULL 2 27 #define ICUID_ERROR_OPEN 3 28 #define ICUID_ERROR_PARSING 4 30 const char *icuid_errorstr(int err);