neovim/test/includes/pre/sys/errno.h
2014-07-14 09:05:52 -04:00

5 lines
94 B
C

#include <sys/errno.h>
static const int kENOENT = ENOENT;
static const int kEEXIST = EEXIST;