libicuid
1.4.1
|
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) |
#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
const char* icuid_errorstr | ( | int | err | ) |