Hi All,
I am new to c programming.
I have mulptiple c files which uses the client.h
Currently I am using my header file in each and every place where my c code is placed.
Can I put it at one particular location and use it as #include<client.h> in my all c code?
Please help me where I should put my header file in case of Linux as my operating system.
Thanks