// $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_fibonnacci.h" #include "func_io.h" int main() { test_fibonnacci (30); quit(0); }