]> git.sur5r.net Git - cc65/commitdiff
Added Variables section comment per convention
authorBill Chatfield <bill_chatfield@yahoo.com>
Fri, 28 Jul 2017 16:12:18 +0000 (12:12 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 16:12:18 +0000 (12:12 -0400)
include/apple2_filetype.h

index bdfa930930d39d39fbbcb387e31b9142e92c395c..be17274fa0423d95be47fa7fab123375ccbbe9d3 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.