]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/dir.h
Merge pull request #135 from ikorb/patch1
[cc65] / libsrc / cbm / dir.h
index c206e6ed9915fd783685417ab92e7622927eb0c7..08cb022a0f617de7050b260a7264fdc65c6396d6 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Internal include file, do not use directly.
- * Written by Ullrich von Bassewitz. Based on code by Groepaz.
- */
+** Internal include file, do not use directly.
+** Written by Ullrich von Bassewitz. Based on code by Groepaz.
+*/
 
 
 
@@ -36,15 +36,15 @@ struct DIR {
 
 unsigned char __fastcall__ _dirread (DIR* dir, void* buf, unsigned char count);
 /* Read characters from the directory into the supplied buffer. Makes sure,
- * errno is set in case of a short read. Return true if the read was
- * successful and false otherwise.
- */
+** errno is set in case of a short read. Return true if the read was
+** successful and false otherwise.
+*/
 
 unsigned char __fastcall__ _dirread1 (DIR* dir, void* buf);
 /* Read one byte from the directory into the supplied buffer. Makes sure,
- * errno is set in case of a short read. Return true if the read was
- * successful and false otherwise.
- */
+** errno is set in case of a short read. Return true if the read was
+** successful and false otherwise.
+*/