Define a command line tool to convert Unix/DOS times. More...
#include "src/dostime.h"#include "zipios/zipios-config.hpp"#include <cstring>#include <iostream>#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{dostime.cpp} |
Enumerations | |
| enum class | anonymous_namespace{dostime.cpp}::time_mode_t { anonymous_namespace{dostime.cpp}::DOS , anonymous_namespace{dostime.cpp}::UNIX } |
Functions | |
| int | main (int argc, char *argv[]) |
| void | anonymous_namespace{dostime.cpp}::usage () |
Variables | |
| char * | anonymous_namespace{dostime.cpp}::g_progname |
A small utility to offer a command line tool that converts Unix to DOS time and vice versa.
Definition in file dostime.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 79 of file dostime.cpp.
References anonymous_namespace{dostime.cpp}::DOS, dos2unixtime(), anonymous_namespace{dostime.cpp}::g_progname, anonymous_namespace{dostime.cpp}::UNIX, unix2dostime(), anonymous_namespace{dostime.cpp}::usage(), and ZIPIOS_VERSION_STRING.