]> git.sur5r.net Git - cc65/commitdiff
Comments added 25/head
authorMario Patiño <cybernesto@gmail.com>
Thu, 8 Aug 2013 16:23:48 +0000 (18:23 +0200)
committerMario Patiño <cybernesto@gmail.com>
Thu, 8 Aug 2013 16:23:48 +0000 (18:23 +0200)
include/apple2.h

index 89a01d857019e6a4378b70a81fafb3e401b96416..51475e2348a3761ea310dbc0c0c62ca206b87868 100644 (file)
@@ -138,18 +138,18 @@ extern unsigned char _dos_type;
 /* The file stream implementation and the POSIX I/O functions will use the
  * following variables to determine the file type and the aux type to use.
  */
-extern unsigned char _filetype;  /* Default 6 */
-extern unsigned int _auxtype;   /* Default 0 */
+extern unsigned char _filetype;  /* Default: 6 */
+extern unsigned int _auxtype;    /* Default: 0 */
 extern struct {
     struct {
         unsigned day  :5;
         unsigned mon  :4;
         unsigned year :7;
-    }             createdate;
+    }             createdate;    /* Current date: 0 */ 
     struct {
         unsigned char min;
         unsigned char hour;
-    }             createtime;
+    }             createtime;    /* Current time: 0 */ 
 } _datetime;
 
 /* The addresses of the static drivers */