Cucumber/Kernel/include/Lua/errno.h

8 lines
105 B
C

#ifndef __TIER0_ANSI_ERRNO_H__
#define __TIER0_ANSI_ERRNO_H__
#define E2BIG 7
extern int errno;
#endif