errno.h 103 B

123456
  1. extern int errno;
  2. #define EINVAL 22 /* Invalid argument */
  3. #define E2BIG 7 /* Arg list too long */