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:
307 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_io.h" |
---|
10 | |
---|
11 | int main() |
---|
12 | { |
---|
13 | char * str = "Message de Bienvenue !!!"; |
---|
14 | |
---|
15 | print(str); |
---|
16 | |
---|
17 | quit(0); |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.