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

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
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.