From d784b9551e19241d40ebd343c850d9d8f676d9ff Mon Sep 17 00:00:00 2001 From: cpg Date: Tue, 6 Nov 2001 22:00:46 +0000 Subject: [PATCH] added clock.c git-svn-id: svn://svn.cc65.org/cc65/trunk@1103 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- testcode/lib/files.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testcode/lib/files.txt b/testcode/lib/files.txt index 733daf740..b5195609a 100644 --- a/testcode/lib/files.txt +++ b/testcode/lib/files.txt @@ -11,3 +11,4 @@ cprintf.c - test program for cprintf \n and \r operators deb.c - test program for the library debugger +clock.c - test program for clock() and CLOCKS_PER_SEC