Files
kunlun/dtest/dhrystone/dhry_stubs.c
2024-09-28 14:24:04 +08:00

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;
}