source: trunk/Softwares/Min.or32/src/c/main.c @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 265 bytes
Line 
1#include "thread_info.h"
2#include "cpu_info.h"
3
4//=====[ main ]=================================================================
5/*
6 * All thread execute this routine
7 * Initialize the thread and attribute a Workload at each thread
8 */
9
10int main()
11{
12  while (1);
13}
Note: See TracBrowser for help on using the repository browser.