Last change
on this file since 111 was
102,
checked in by rosiere, 16 years ago
|
Previous commit with new files :P
|
-
Property svn:keywords set to
Id
|
File size:
303 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_fibonnacci.h" |
---|
10 | #include "func_io.h" |
---|
11 | |
---|
12 | int main() |
---|
13 | { |
---|
14 | test_fibonnacci (30); |
---|
15 | |
---|
16 | quit(0); |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.