17 lines
181 B
C
17 lines
181 B
C
/*
|
|
* Variables and constants common
|
|
*/
|
|
|
|
#include "PreProcDefines.h"
|
|
#ifndef _SYSTEMVARS_H
|
|
#define _SYSTEMVARS_H
|
|
|
|
#include "math.h"
|
|
|
|
int myrand();
|
|
|
|
extern int Rand_count;
|
|
|
|
|
|
#endif
|