#include <vconone/vconone.h>
#include <string>
#include <iostream>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 22 of file driver.cpp.
23{
25 if (argc >= 2)
26 {
27 for (
int c = 1; c <
argc; ++c)
28 std::cout << argv[c] << " ";
29 std::cout <<
"version " <<
str << std::endl;
31 }
32 else
34
35 return 0;
36}
std::string get_copyright(void)
get_copyright will return copyright string
std::string get_string(void)
get_string will return string of major.minor.patch (without build)
References vconone::get_copyright(), and vconone::get_string().