]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/dir-test.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / testcode / lib / dir-test.c
index 93fdcb7c419eee5e1a295cc18142c7ad3c41dbcb..9102fc74d0781a9238991dec304228395b5a0aab 100644 (file)
@@ -1,17 +1,17 @@
 
 /*
-       first test for posix directory routines for the c64
-       kludges:
-       -   currently uses cbm_open, which conflicts with standard i/o,
-               which in turn makes it infact kindof unuseable. this can
-               be easily changed however, since the only reason not to use
-               open/read was that it currently appends ,u,r to filenames
-       -   the offset in current dir stream should better be calculated
-               from the values returned by "read".
-       -   the type flag isnt filled in atm.
-       -   scandir/alphasort/versionsort is missing
-       -   some bits are currently untested (ie, unused in the testprogram)
-       27/02/2003 gpz
+        first test for posix directory routines for the c64
+        kludges:
+        -   currently uses cbm_open, which conflicts with standard i/o,
+                which in turn makes it infact kindof unuseable. this can
+                be easily changed however, since the only reason not to use
+                open/read was that it currently appends ,u,r to filenames
+        -   the offset in current dir stream should better be calculated
+                from the values returned by "read".
+        -   the type flag isnt filled in atm.
+        -   scandir/alphasort/versionsort is missing
+        -   some bits are currently untested (ie, unused in the testprogram)
+        27/02/2003 gpz
 */
 
 #include <stdio.h>