source: trunk/Softwares/Dhrystone/src/c/main.c @ 128

Last change on this file since 128 was 128, checked in by rosiere, 15 years ago

1) Correct bug in link two signal
2) Fix error detected with valgrind
3) modif distexe script

  • Property svn:keywords set to Id
File size: 300 bytes
Line 
1// $Id: main.c 128 2009-06-26 08:43:23Z rosiere $
2
3//=====[ main ]=================================================================
4/*
5 * All thread execute this routine
6 * Initialize the thread and attribute a Workload at each thread
7 */
8
9#include <stdlib.h>
10#include "dhry21.h"
11
12int main()
13{
14  dhry21(100);
15   
16  exit (0);
17
18  while (1);
19}
Note: See TracBrowser for help on using the repository browser.