#ifndef _B15F_H_ #define _B15F_H_ struct b15f; typedef struct b15f b15f_t; b15f_t* get_instance(void); #endif // _B15F_H_