// $Id: main.c 102 2009-01-15 17:24:46Z rosiere $ //=====[ main ]================================================================= /* * All thread execute this routine * Initialize the thread and attribute a Workload at each thread */ #include "func_factoriel.h" #include "func_io.h" int main() { test_factoriel_iteratif (12); quit(0); }