Files
rosetta/lib/ulibc/include/errno.h

8 lines
77 B
C
Raw Normal View History

#ifndef ERRNO_H_
#define ERRNO_H_
#define EINVAL 1
#define ENOMEM 2
#endif