#ifndef LIBA_ERRNO_H #define LIBA_ERRNO_H /* Invalid argument */ #define EINVAL 22 /* Not enough space */ #define ENOMEM 12 extern int errno; #endif