How do i link a header file to C code file
So some time ago i decided to start learning C, i decided that doing Harward’s CS50 would be a great start , the problem is that they use their own header file in their code which is named cs50.h, and i dont really know how to link it to my code, i primarly use vim and do everything from console, currently my main pc broke so instead of coding on linux i’ve been using windows’s MSYS2. I would be grateful for any feedback and also if someone could send me some theory behind this, what are header files, how do they work, how to link them to code and overall theory behind this so i could understand the topic much better than i do currently which is almost nothing.