#ifndef OLDRAND_H #define OLDRAND_H void ms_srand(unsigned long seed); unsigned short ms_rand(void); #endif