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
- Host: GitHub
- URL: https://github.com/metonymic-smokey/intal
- Owner: metonymic-smokey
- Created: 2020-05-24T12:57:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T06:21:49.000Z (about 6 years ago)
- Last Synced: 2025-03-11T09:25:43.494Z (over 1 year ago)
- Topics: bigintegers, c
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.