source: trunk/Softwares/Test/Test_057/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: 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
11int 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.