#ifndef LBX_H_ #define LBX_H_ typedef struct lbx_state LBX; LBX *lbx_fopen(FILE *); LBX *lbx_open(const char *); void lbx_close(LBX *); #endif