packages feed

Flint2-0.1.0.1: csrc/fq.h

#ifndef CSRC_FQ_H_
#define CSRC_FQ_H_

#include <stdio.h>

#include <flint/flint.h>
#include <flint/fq.h>

char*
fq_ctx_get_str(const fq_ctx_t ctx);

#endif // FQ_H_