Avoid name clash - change random to random_jkiss
This commit is contained in:
22
server/include/random_jkiss.h
Normal file
22
server/include/random_jkiss.h
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* File: random_jkiss.h
|
||||
* Author: mbrampton
|
||||
*
|
||||
* Created on 26 August 2015, 15:34
|
||||
*/
|
||||
|
||||
#ifndef RANDOM_H
|
||||
#define RANDOM_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
unsigned int random_jkiss(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* RANDOM_H */
|
||||
|
Reference in New Issue
Block a user