]> git.sur5r.net Git - cc65/commitdiff
describes the files in this directory
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 11 Jun 2000 23:56:41 +0000 (23:56 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 11 Jun 2000 23:56:41 +0000 (23:56 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@58 b7a2c559-68d2-44c3-8de9-860c34a00d81

testcode/lib/files.txt [new file with mode: 0644]

diff --git a/testcode/lib/files.txt b/testcode/lib/files.txt
new file mode 100644 (file)
index 0000000..5b15a23
--- /dev/null
@@ -0,0 +1,10 @@
+
+Test programs for the runtime lib:
+----------------------------------
+
+ft.c           -       File I/O test program (open + read functions)
+getsp.s                -       Helper routine for ft.c
+
+joytest.c      -       readjoy function test program
+
+cprintf.c      -       test program for cprintf \n and \r operators