libicuid  1.4.1
Macros | Functions
icuid_err.h File Reference

Go to the source code of this file.

Macros

#define ICUID_OK   0
 
#define ICUID_NO_CPUID   1
 
#define ICUID_PASSED_NULL   2
 
#define ICUID_ERROR_OPEN   3
 
#define ICUID_ERROR_PARSING   4
 

Functions

const char * icuid_errorstr (int err)
 

Macro Definition Documentation

#define ICUID_ERROR_OPEN   3

Error opening file

#define ICUID_ERROR_PARSING   4

Error parsing cpuid data from input

#define ICUID_NO_CPUID   1

The cpuid instruction is not supported

#define ICUID_OK   0

No error

#define ICUID_PASSED_NULL   2

Passed a NULL parameter when you shouldn't have

Function Documentation

const char* icuid_errorstr ( int  err)