mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 08:41:02 +03:00
add print date for initial clock setup
This commit is contained in:
@@ -49,6 +49,8 @@ typedef struct{
|
||||
int stationary; // configure as stationary
|
||||
int gettimediff; // calculate mean time difference
|
||||
int meancoords; // calculate mean coordinates
|
||||
int silent; // don't write intermediate messages
|
||||
int date; // print date for initial time setup
|
||||
}glob_pars;
|
||||
|
||||
glob_pars *parce_args(int argc, char **argv);
|
||||
|
||||
Reference in New Issue
Block a user