HROOT-math-0.9: csrc/HROOT-mathType.h
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __HROOT_MATH__
#define __HROOT_MATH__
// Opaque type definition for TRandom
typedef struct TRandom_tag TRandom_t;
typedef TRandom_t * TRandom_p;
typedef TRandom_t const* const_TRandom_p;
#endif // __HROOT_MATH__
#ifdef __cplusplus
}
#endif