
# Jim's commands to compile and link it.

gcc -O -c bigint_ext.c
gcc -O -c bigint_int.c

gcc -O bi_factor.c bigint_ext.o bigint_int.o -o bi_factor

# Then type something like "./bi_factor 10234122221235"
