source: trunk/Softwares/Test/Test_056/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: 246 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  quit(0);
14}
Note: See TracBrowser for help on using the repository browser.