Luna/libc/include/errno.h

9 lines
92 B
C
Raw Normal View History

#ifndef _ERRNO_H
#define _ERRNO_H
extern int errno;
#include <luna/SystemError.h>
#endif