source: trunk/Softwares/Test/Test_063/src/c/main.c @ 102

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

Previous commit with new files :P

  • Property svn:keywords set to Id
File size: 311 bytes
Line 
1// $Id: main.c 102 2009-01-15 17:24:46Z 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 "func_factoriel.h"
10#include "func_io.h"
11
12int main()
13{
14  test_factoriel_iteratif (12);
15   
16  quit(0);
17}
Note: See TracBrowser for help on using the repository browser.