I am currently working on composing a library. I have created .h file which is header file and .c file which has functions. How can ı link both these files. (I know that ı have to create object file but how?)
The object file is what you get from compiling the 'C' source file.