COMMENT_PROGRAM_NAME

Previous Program Comments Next

To define a name for your program, write

#define COMMENT_PROGRAM_NAME "name"
at the top of your source code. If supported by the target format, this will store the text inside the quotes as a program name. The name can be longer than eight characters, but it should not include any additional information such as a version number or author name(s).