A simple C library for handling large integers using linked lists.
- Supports large number operations
- Addition, subtraction, multiplication, division, and modulo
- Comparison and display functions
Include biginteger.h in your project and use the provided functions to perform operations on large integers.
Compile with biginteger.c alongside your source code.