os-k/src/kaleid/common/rand.c

2 lines
38 B
C
Raw Normal View History

2019-01-01 17:11:30 +01:00
int rand(void) { /*STUB*/ return 0; }