#ifndef CSRC_FQ_H_ #define CSRC_FQ_H_ #include #include #include char* fq_ctx_get_str(const fq_ctx_t ctx); #endif // FQ_H_