Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1085 → Rev 1124

/demos/tags/rel_0_3/mix/mix.c
18,11 → 18,11
 
/*
------------
CVS : $Id: mix.c,v 1.1.1.1 2002-09-02 09:37:45 pj Exp $
CVS : $Id: mix.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 $
------------
*/
 
636,7 → 636,7
 
/****************************** MAIN ******************************/
 
TASK main()
int main()
{
char s[20]; /* carattere letto da tastiera */
int x0, y0;
648,7 → 648,6
NRT_TASK_MODEL m2;
KEY_EVT eva, evx, evs;
 
set_exchandler_grx();
sys_atrunlevel(byebye, NULL, RUNLEVEL_BEFORE_EXIT);
 
/* set the keyboard handler */