Skip to content

metonymic-smokey/Intal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C Library for Integers of Arbitrary Length

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages