From: Mario PatiƱo Date: Thu, 8 Aug 2013 16:23:48 +0000 (+0200) Subject: Comments added X-Git-Tag: V2.15~244^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d9bba213bf7f4dca221899c59571baa36293d74;p=cc65 Comments added --- diff --git a/include/apple2.h b/include/apple2.h index 89a01d857..51475e234 100644 --- a/include/apple2.h +++ b/include/apple2.h @@ -138,18 +138,18 @@ extern unsigned char _dos_type; /* 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. */ -extern unsigned char _filetype; /* Default 6 */ -extern unsigned int _auxtype; /* Default 0 */ +extern unsigned char _filetype; /* Default: 6 */ +extern unsigned int _auxtype; /* Default: 0 */ extern struct { struct { unsigned day :5; unsigned mon :4; unsigned year :7; - } createdate; + } createdate; /* Current date: 0 */ struct { unsigned char min; unsigned char hour; - } createtime; + } createtime; /* Current time: 0 */ } _datetime; /* The addresses of the static drivers */