From 731534dec7daad35705ac6e8b1de3644d329d480 Mon Sep 17 00:00:00 2001 From: cpg Date: Sun, 11 Jun 2000 23:56:41 +0000 Subject: [PATCH] describes the files in this directory git-svn-id: svn://svn.cc65.org/cc65/trunk@58 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- testcode/lib/files.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testcode/lib/files.txt diff --git a/testcode/lib/files.txt b/testcode/lib/files.txt new file mode 100644 index 000000000..5b15a23be --- /dev/null +++ b/testcode/lib/files.txt @@ -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 -- 2.39.2