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 --- proto/tmain.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 proto/tmain.c (limited to 'proto/tmain.c') diff --git a/proto/tmain.c b/proto/tmain.c new file mode 100644 index 0000000..79e1c24 --- /dev/null +++ b/proto/tmain.c @@ -0,0 +1,24 @@ +#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