File Type of the Day
Today • June 19
.H
C/C++/Objective-C Header File
An H file is a header file referenced by a document written in C, C++, or Objective-C source code. It may contain variables, constants, and functions that are used by other files within a programming project.