<< Prev        Next >>

ID : 520

Header File

A header file is a file describing common processing and macro definition.

Extension is ".h."

A header file is for sharing source codes and provides the macro definition and procedure description that can be used in various tasks. The programs that perform this process can use the macro name and procedure by reading with "#Include." This allows to change all processes that have been read at once by changing the description in the header file, while improving the maintainability.

The header file cannot be run.

Software which processes PacScript, such as the robot controller and WINCAPSIII, prepares a header file beforehand; that is called "system header file". Variant.h is one of the system header file.

ID : 520

<< Prev        Next >>

Related Information
Definition of Variant.h