Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1085 → Rev 1124

/demos/tags/rel_0_3/orbit/orbit.c
18,11 → 18,11
 
/*
------------
CVS : $Id: orbit.c,v 1.1.1.1 2002-09-02 09:37:45 pj Exp $
CVS : $Id: orbit.c,v 1.3 2003-01-07 17:10:17 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-09-02 09:37:45 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-01-07 17:10:17 $
------------
*/
 
185,12 → 185,11
/* MAIN */
/*--------------------------------------------------------------*/
 
TASK main()
int main()
{
HARD_TASK_MODEL m;
char c; /* carattere letto da tastiera */
 
set_exchandler_grx();
sys_atrunlevel(my_fine, NULL, RUNLEVEL_BEFORE_EXIT);
 
sem_init(&mutex,0,1);