Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1546 → Rev 1547

/demos/trunk/base/pcdemo.c
34,7 → 34,7
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* CVS : $Id: pcdemo.c,v 1.3 2004-04-17 11:36:14 giacomo Exp $
* CVS : $Id: pcdemo.c,v 1.4 2005-01-08 14:31:38 pj Exp $
 
This test verify the correctness of the PC module.
 
196,7 → 196,7
sys_gettime(&t);
} while (t.tv_sec < 10);
sys_end();
exit(0);
 
return 0;