The complete code package is cf.tgz.

Most of the code is designed to be compiled into a library called libcf.a. Documentation for this library is in libcf.3.

The Gosper arithmetic algorithm itself is implemented in cf_arith.c.

main.c is code for a program that exercises the library; it is documented in demo.1.

Mark Dominus