D: Using GraphLib in your applicationa) Include gr.h in your source files where you are expected to call GraphLib API's.
b) Modify your compilation routines to ensure that gr.c is compiled along with the main application source files. This is just like any library code compilation in 'C'.
c) Compile the application and use it!