#ifndef HUARONGDAO_H
#define HUARONGDAO_H

#ifdef __cplusplus
extern "C" {
#endif

void huarongdao(void);

#ifdef __cplusplus
} /*extern "C"*/
#endif

#endif