whereis - examine system directories for a given file
whereis file
whereis stat.h # Prints: /usr/include/sys/stat.h
Whereis searches a fixed set of system directories, /bin, /lib, /usr/bin, and others, and prints all occurrences of the argument name in any of them.
man(1), which(1).