rand.h 143 B

123456789101112131415
  1. #ifndef __XML_RAND_H__
  2. #define __XML_RAND_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int utilRandom();
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif