mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 08:25:28 +00:00
Comments added
This commit is contained in:
@@ -138,18 +138,18 @@ extern unsigned char _dos_type;
|
|||||||
/* The file stream implementation and the POSIX I/O functions will use the
|
/* The file stream implementation and the POSIX I/O functions will use the
|
||||||
* following variables to determine the file type and the aux type to use.
|
* following variables to determine the file type and the aux type to use.
|
||||||
*/
|
*/
|
||||||
extern unsigned char _filetype; /* Default 6 */
|
extern unsigned char _filetype; /* Default: 6 */
|
||||||
extern unsigned int _auxtype; /* Default 0 */
|
extern unsigned int _auxtype; /* Default: 0 */
|
||||||
extern struct {
|
extern struct {
|
||||||
struct {
|
struct {
|
||||||
unsigned day :5;
|
unsigned day :5;
|
||||||
unsigned mon :4;
|
unsigned mon :4;
|
||||||
unsigned year :7;
|
unsigned year :7;
|
||||||
} createdate;
|
} createdate; /* Current date: 0 */
|
||||||
struct {
|
struct {
|
||||||
unsigned char min;
|
unsigned char min;
|
||||||
unsigned char hour;
|
unsigned char hour;
|
||||||
} createtime;
|
} createtime; /* Current time: 0 */
|
||||||
} _datetime;
|
} _datetime;
|
||||||
|
|
||||||
/* The addresses of the static drivers */
|
/* The addresses of the static drivers */
|
||||||
|
Reference in New Issue
Block a user