config.h 177 B

123456789101112131415
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. /* cbbrowne user configuration */
  5. #define randadd 53
  6. #define randmul 181
  7. #define randmod 167
  8. #endif