├── Bool.h ├── Equal.h ├── Function.h ├── Integer.h ├── Integral.h ├── LICENSE ├── List.h ├── Maybe.h ├── Numeric.h ├── Order.h ├── README.md ├── Raw.h ├── Recurse.h ├── Reduce.h ├── Show.h ├── Tests ├── Goldbach.c ├── Integer.c └── List.c └── Tuple.h /Bool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Bool.h -------------------------------------------------------------------------------- /Equal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Equal.h -------------------------------------------------------------------------------- /Function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Function.h -------------------------------------------------------------------------------- /Integer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Integer.h -------------------------------------------------------------------------------- /Integral.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Integral.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/LICENSE -------------------------------------------------------------------------------- /List.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/List.h -------------------------------------------------------------------------------- /Maybe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Maybe.h -------------------------------------------------------------------------------- /Numeric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Numeric.h -------------------------------------------------------------------------------- /Order.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Order.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/README.md -------------------------------------------------------------------------------- /Raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Raw.h -------------------------------------------------------------------------------- /Recurse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Recurse.h -------------------------------------------------------------------------------- /Reduce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Reduce.h -------------------------------------------------------------------------------- /Show.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Show.h -------------------------------------------------------------------------------- /Tests/Goldbach.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Tests/Goldbach.c -------------------------------------------------------------------------------- /Tests/Integer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Tests/Integer.c -------------------------------------------------------------------------------- /Tests/List.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Tests/List.c -------------------------------------------------------------------------------- /Tuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhitehead/c99-meta/HEAD/Tuple.h --------------------------------------------------------------------------------