diff src/fcntl.h @ 0:83c23a36980d

Init
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Fri, 26 May 2017 23:11:05 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/fcntl.h	Fri May 26 23:11:05 2017 +0900
@@ -0,0 +1,4 @@
+#define O_RDONLY        0x000
+#define O_WRONLY        0x001
+#define O_RDWR          0x002
+#define O_CREATE        0x200