proftodd / Rashunal

C implementation of integer arithmetic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rashunal

C implementation of basic integer arithmetic

To install (after cloning):

$ mkdir build
$ cd build
$ make ..
$ make && make test

If you like what you see, sudo make install

I've only tested the build, compilation, testing, and installation on my Mac. CMake is supposed to be cross-platform, but YMMV.

About

C implementation of integer arithmetic


Languages

Language:C 89.2%Language:CMake 9.0%Language:Makefile 1.8%