]> git.sur5r.net Git - cc65/blobdiff - include/apple2.h
Merge pull request #471 from gungwald/master
[cc65] / include / apple2.h
index a1b094d4d3d8073941e72be2ca7d2bf22b02755d..e730236936e58836ccf193907a06fbd975384992 100644 (file)
@@ -42,6 +42,7 @@
 #endif
 
 
+#include <apple2_filetype.h>
 
 /*****************************************************************************/
 /*                                   Data                                    */
@@ -136,11 +137,9 @@ 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, aux type and creation time
-** stamp to use.
+** following struct to set the date and time stamp on files. This specificially
+** applies to the open and fopen functions.
 */
-extern unsigned char _filetype;  /* Default: 6 */
-extern unsigned int _auxtype;    /* Default: 0 */
 extern struct {
     struct {
         unsigned day  :5;