From: Bill Chatfield Date: Fri, 28 Jul 2017 16:12:18 +0000 (-0400) Subject: Added Variables section comment per convention X-Git-Tag: V2.17~112^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f40bb936777ecc223723b6f502e9a94eccd09541;p=cc65 Added Variables section comment per convention --- diff --git a/include/apple2_filetype.h b/include/apple2_filetype.h index bdfa93093..be17274fa 100644 --- a/include/apple2_filetype.h +++ b/include/apple2_filetype.h @@ -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.