ruby--ruby/wince/errno.c

12 lines
204 B
C
Raw Normal View History

/***************************************************************
errno.c
***************************************************************/
#include <errno.h>
int errno;
int _doserrno;
int _sys_nerr;