|
|
Observation
|
#include "Label_Patcher.hh"#include "PVL.hh"#include <string>#include <iostream>#include <iomanip>#include <cstdlib>
Functions | |
| void | usage (const char *const program) |
| Must be defined by the application. | |
| int | main (int count, char **arguments) |
Variables | |
| const char *const | ID = "(2.2 2020/02/14 01:17:17)" |
| Application identification name with source code version and date. | |
| const char *const | PRODUCT_VERSION_ID_PARAMETER = "PRODUCT_VERSION_ID" |
| Names of parameters that will have their values updated. | |
| void usage | ( | const char *const | program ) |
Must be defined by the application.
References BACKUP_FILENAME_SUFFIX, and BAD_SYNTAX.
| int main | ( | int | count, |
| char ** | arguments | ||
| ) |
| const char* const ID = "(2.2 2020/02/14 01:17:17)" |
Application identification name with source code version and date.
| const char* const PRODUCT_VERSION_ID_PARAMETER = "PRODUCT_VERSION_ID" |
Names of parameters that will have their values updated.
Referenced by main().
1.7.2