Functional Open C Structures: A C Data Structures Library
Current Version: focs-0.0.0-rc1
(pre-release)
FOCS is a data structure library implemented in C, designed to provide common data structures to C programs. Additionally, FOCS aims to provide a functional programming bent to these data structures by providing common higher order functions like map and fold that can be used with all of these data structures.
See https://quytelda.github.io/focs/.
See https://quytelda.github.io/focs/installation/obtaining.html.
See https://quytelda.github.io/focs/installation/makefile.html.