From 7d9bba213bf7f4dca221899c59571baa36293d74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Pati=C3=B1o?= Date: Thu, 8 Aug 2013 18:23:48 +0200 Subject: [PATCH] Comments added --- include/apple2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */ -- 2.39.5