Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1110 → Rev 1111

/demos/trunk/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.2 2002-11-11 08:02:15 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-09-02 09:37:45 $
Revision: $Revision: 1.2 $
Last update: $Date: 2002-11-11 08:02:15 $
------------
*/
 
185,7 → 185,7
/* MAIN */
/*--------------------------------------------------------------*/
 
TASK main()
int main()
{
HARD_TASK_MODEL m;
char c; /* carattere letto da tastiera */
/demos/trunk/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.2 2002-11-11 08:02:43 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-09-02 09:37:45 $
Revision: $Revision: 1.2 $
Last update: $Date: 2002-11-11 08:02:43 $
------------
*/
 
636,7 → 636,7
 
/****************************** MAIN ******************************/
 
TASK main()
int main()
{
char s[20]; /* carattere letto da tastiera */
int x0, y0;