Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 351 Bytes

File metadata and controls

11 lines (6 loc) · 351 Bytes

A C Library for INTALS

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