Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 173 Bytes

File metadata and controls

9 lines (7 loc) · 173 Bytes

Dependencies

Example Compile

You may or may not need to link libm.a -lm.

gcc fib.c -lgmp -lm -o fib