#include <stdio.h>
#include <stdlib.h>
#include "op_version.h"
#include "config.h"
Go to the source code of this file.
Functions | |
void | show_version (char const *app_name) |
output version string
Definition in file op_version.c.
void show_version | ( | char const * | app_name | ) |
output the version string
Definition at line 18 of file op_version.c.
References PACKAGE, and VERSION.
Referenced by popt::do_parse_options(), get_options(), and opd_options().