9 lines
175 B
C
9 lines
175 B
C
|
|
/* The functions in this file are only meant to support Dhrystone on an
|
|
* embedded RV32 system and are obviously incorrect in general. */
|
|
|
|
long time(void)
|
|
{
|
|
return 0;
|
|
}
|