Add Bocfel interpreter
[projects/chimara/chimara.git] / interpreters / bocfel / random.h
1 #ifndef ZTERP_MT_H
2 #define ZTERP_MT_H
3
4 void seed_random(long);
5
6 void zrandom(void);
7
8 #endif