libr To build run: make This creates libr.so and libr.a for dynamic and static linking. To test the library run: ./test Both lines of output should be equal. Currently the only functions implemented are r_printf, r_abs, r_gcd and r_lcm.