dd_math.h 76 B

1234567
  1. #ifndef _DD_MATH_H_
  2. #define _DD_MATH_H_
  3. int dd_math_rand(int max);
  4. #endif