Files
kunlun/dtest/dhrystone/dhry_stubs.c

9 lines
175 B
C
Raw Normal View History

2024-09-28 14:24:04 +08:00
/* 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;
}