no need to use PROTO.

This commit is contained in:
Vítor Santos Costa
2014-05-25 20:48:44 +01:00
parent 0ebea4ec26
commit 99ab3fb748
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
#include <windows.h>
#endif
void PROTO(init_random, (void));
void init_random( void );
static short a1 = 27314, b1 = 9213, c1 = 17773;