A C library of functions to compute various operations performed on integers of arbitrary length (INTAL).
intal.c is the implementation file which has the definition of all the functions declared in the header file intal.h
Compile Commands:
prompt> gcc -Wall intal.c intal_sampletest.c -o mytest.out
prompt> ./mytest.out