When I write C programs in Linux, and then compile them using gcc, I am always curious about where those header files are. For example, where stdio.h
is. More generally, where is stdbool.h
?
What I want to know is not only where it is, but also how to get those places, for example, using shell command or using the C programming language.