An open API service indexing awesome lists of open source software.

https://github.com/metonymic-smokey/intal

C Library for Integers of Arbitrary Length
https://github.com/metonymic-smokey/intal

bigintegers c

Last synced: 25 days ago
JSON representation

C Library for Integers of Arbitrary Length

Awesome Lists containing this project

README

          

# Intal

C library for arbitrary length integers which are nonnegative and not exceeding thousand characters.
The `intal_sampletest.h` contains some sample tests(by no means exhaustive!).
`intal.h` is the header file for the functions.

Run the following command to run through the sample tests:
`gcc -g -Wall intal* `.
Valgrind has been used to check for memory leaks with the following command:
`valgrind --tool=memcheck --leak-check=full ./a.out`.