This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
errno.h - C Error Codes in Linux | |
All the Linux/C error codes are listed below. | |
I occasionally google C error codes, but always end up grepping through /usr/include to find the answer. | |
To save myself, and a few others, some time in the future, here they are: | |
Include file :: /usr/include/asm-generic/errno-base.h | |
#ifndef _ASM_GENERIC_ERRNO_BASE_H | |
#define _ASM_GENERIC_ERRNO_BASE_H |