HMRES_programheader()
Creates a program header.
Syntax
void HMRES_programheader(char * title, char * version, char * subtitle, int rightjustify);
Type
HyperMesh hmreslib Function
Description
Creates a program header.
Inputs
- title
- The title of the translator. Appended to the title is the phrase, "to HyperMesh Binary Results."
- version
- The version of the user translator.
- subtitle
- The subtitle of the translator.
- rightjustify
- Variable that determines the title justification. You should assign a value of:
Errors
None.