项目作者: metonymic-smokey

项目描述 :
C Library for Integers of Arbitrary Length
高级语言: C
项目地址: git://github.com/metonymic-smokey/Intal.git
创建时间: 2020-05-24T12:57:24Z
项目社区:https://github.com/metonymic-smokey/Intal

开源协议:

下载


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.