zipios++
2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
|
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 | |
anonymous_namespace{dostime.cpp} | |
Enumerations | |
enum | anonymous_namespace{dostime.cpp}::time_mode_t { anonymous_namespace{dostime.cpp}::time_mode_t::DOS, anonymous_namespace{dostime.cpp}::time_mode_t::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 dos2unixtime(), anonymous_namespace{dostime.cpp}::g_progname, unix2dostime(), anonymous_namespace{dostime.cpp}::usage(), and ZIPIOS_VERSION_STRING.