#ifndef __XML_RAND_H__ #define __XML_RAND_H__ #ifdef __cplusplus extern "C" { #endif int utilRandom(); #ifdef __cplusplus } #endif #endif