mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Harmonized comment style.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4714 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1568376fbf
commit
30cd6871be
@ -69,10 +69,10 @@ typedef struct {
|
||||
|
||||
|
||||
sectsize_t __fastcall__ dio_query_sectsize(dhandle_t handle);
|
||||
/* queries sector size, currently hardcoded */
|
||||
/* returns sector size */
|
||||
|
||||
sectnum_t __fastcall__ dio_query_sectcount(dhandle_t handle);
|
||||
/* Return the sector count for a disk. */
|
||||
/* returns sector count */
|
||||
|
||||
dhandle_t __fastcall__ dio_open(driveid_t drive_id);
|
||||
/* open drive for subsequent dio access */
|
||||
|
Loading…
Reference in New Issue
Block a user