#ifndef XIAOXIAOLE_H
#define XIAOXIAOLE_H

#ifdef __cplusplus
extern "C" {
#endif

void xiaoxiaole(void);

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

#endif