1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Added Variables section comment per convention

This commit is contained in:
Bill Chatfield 2017-07-28 12:12:18 -04:00 committed by GitHub
parent abb2e8034b
commit f40bb93677

View File

@ -303,6 +303,14 @@
/* 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.