]> git.sur5r.net Git - cc65/blobdiff - include/apple2_filetype.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / include / apple2_filetype.h
index bdfa930930d39d39fbbcb387e31b9142e92c395c..83a44f532592052090d07da9032f05e96bf81b44 100644 (file)
 /* BAS auxiliary types */
 #define PRODOS_AUX_T_BAS_PGM_LOAD_ADDR  0x0801  /* Applesoft pgm load addr  */
 
+
+
+/*****************************************************************************/
+/*                                 Variables                                 */
+/*****************************************************************************/
+
+
+
 /* The file stream implementation and the POSIX I/O functions will use the
 ** following variables to determine the file type and auxiliary type to use.
 ** This applies specifically to the fopen and open functions.
 */
 extern unsigned char _filetype;  /* Default: PRODOS_T_BIN */
-extern unsigned int _auxtype;    /* Default: 0 */
+extern unsigned int _auxtype;    /* Default: 0            */
 
 /* End of apple2_filetype.h */
 #endif