hvf: use yacc & re2c to generate a system config parser
[hvf.git] / lib / errno.c
blobb83b583965234ebf223c512ab26caa62c5c9937b
1 #include <errno.h>
3 char *errstrings[] = {
4 [SUCCESS] = "Success",
5 [ENOMEM] = "Out of memory",
6 [EBUSY] = "Resource busy",
7 [EAGAIN] = "Try again",
8 [EINVAL] = "Invalid argument",
9 [EEXIST] = "File already exists",
10 [ENOENT] = "No such file",
11 [ESUBENOENT] = "?",
12 [EUCHECK] = "?",
13 [EFAULT] = "Invalid memory reference",
14 [EPERM] = "Permission denied",
15 [ECORRUPT] = "Curruption detected",