From: Alan Cox Date: Tue, 21 Jun 2016 13:52:15 +0000 (+0100) Subject: rand48: needs the header X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=da2ccda28711a59d057a525125cd075e3f880354;p=FUZIX.git rand48: needs the header --- diff --git a/Library/libs/rand48.h b/Library/libs/rand48.h new file mode 100644 index 00000000..01f1e61f --- /dev/null +++ b/Library/libs/rand48.h @@ -0,0 +1,3 @@ + +extern void __iteration48(void); +extern uint16_t __msa48[7];