c – gcc windows declared inside parameter list will not be visible outside of this definition or declaration
I have a header file & C file placed in the same directory… The header file obviously just declares things while the C file defines them. To my understanding, this is the correct way to do it. It seems like it is not visible to the linker. (I am currently experimenting with linear probing so … Read more