#include #include #include "hal/hal.h" #include "syscall.h" int32_t SYSCALL0(sys_rand) { return hal_randnum(); }