Skip to content

Instantly share code, notes, and snippets.

View number000000's full-sized avatar
👾
exp +1

Meihui Liu number000000

👾
exp +1
  • Carnegie Mellon University
  • 06:58 (UTC -04:00)
  • LinkedIn in/meihuil
View GitHub Profile
@kaiwan
kaiwan / errno_codes.txt
Last active August 11, 2025 06:13
Linux errno values
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.
<<
UPDATE : 07July2025
There's a utility named `errno`, part of the `moreutils` package; once installed, you can simply run
`errno -l`
to see all possible errno's and their English error message!