Hi
I am still raw with programming and I would like to know how to create a library which would allow me to access functions I define myself. I have multiple source files (*.c) which define functions but I don't yet know how to enable any program I write to access these functions. I heard that I have to create a library (which I don't know how).
Thank you in advance.