]> git.sur5r.net Git - cc65/commitdiff
Added new defines
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 11 Jul 2002 14:07:27 +0000 (14:07 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 11 Jul 2002 14:07:27 +0000 (14:07 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1345 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/fcntl.h

index 0c31794028e6b1c963d47d830650864f9f64085c..4853fd1df0d8a68f1f277ddcbdfddf9365848ee8 100644 (file)
 
 
 
+/* Predefined file handles */
+#define STDIN_FILENO   0
+#define STDOUT_FILENO  1
+#define STDERR_FILENO  2
+
 /* Flag values for the open() call */
 #define O_RDONLY        0x01
 #define O_WRONLY        0x02