PATH
Header files can contain C declarations and macro definitions that are to be shared by more than one source file. You request the inclusion of a header file in a source file by using the C preprocessor command #include (or more typically in the Mac OS X environment, the Objective-C preprocessor command #import ).