X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fbocfel%2Frandom.h;fp=interpreters%2Fbocfel%2Frandom.h;h=5968432afcc57b361ae07c52558a5b4efdbde9c9;hb=3c59ba5eef5cb4d39c06eb7f523b9c3b026bdc9b;hp=0000000000000000000000000000000000000000;hpb=ed91d840318ed6ebfe3a5a77fa17114ddbf56640;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/bocfel/random.h b/interpreters/bocfel/random.h new file mode 100644 index 0000000..5968432 --- /dev/null +++ b/interpreters/bocfel/random.h @@ -0,0 +1,8 @@ +#ifndef ZTERP_MT_H +#define ZTERP_MT_H + +void seed_random(long); + +void zrandom(void); + +#endif