From 037c716b6514cc717b7208457fb72085e4c278ab Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 10 Jul 2015 03:16:11 -0400 Subject: move ml prototype in a subdir --- tmain.c | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tmain.c (limited to 'tmain.c') diff --git a/tmain.c b/tmain.c deleted file mode 100644 index 79e1c24..0000000 --- a/tmain.c +++ /dev/null @@ -1,24 +0,0 @@ -#include -#include - -enum { NRounds = 150 }; - -extern long f(void); - -int main() -{ - clock_t t0, tmin; - long i, l; - - tmin = 10 * CLOCKS_PER_SEC; - for (i=0; i