diff options
author | Alex Auvolat <alex@adnab.me> | 2016-07-15 22:39:04 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-07-15 22:39:04 +0200 |
commit | 7a1ea510a9fc43ccbc257601b149a90920332e13 (patch) | |
tree | 75ac252bb8ce029c62d6834e4ca927f59eaf5769 /src/lib/include/errno.h | |
parent | d415aca695956c79110c88fa58c12bf55c0e2163 (diff) | |
download | kogata-7a1ea510a9fc43ccbc257601b149a90920332e13.tar.gz kogata-7a1ea510a9fc43ccbc257601b149a90920332e13.zip |
Add Lua source, not compiled yet as libc/libm functions remain unimplemented
Diffstat (limited to 'src/lib/include/errno.h')
-rw-r--r-- | src/lib/include/errno.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/include/errno.h b/src/lib/include/errno.h new file mode 100644 index 0000000..254cdc0 --- /dev/null +++ b/src/lib/include/errno.h @@ -0,0 +1,7 @@ +#pragma once + + +extern int errno; + + +/* vim: set sts=0 ts=4 sw=4 tw=0 noet :*/ |