Files
amiga-tz/utility/date_amiga.c
2015-07-25 23:35:51 +02:00

18 lines
862 B
C

//--------------------------------------------------------------------------//
// This file is in the public domain. //
//--------------------------------------------------------------------------//
#include "tzversion.h"
#include "private.h"
//--------------------------------------------------------------------------//
const char *vers = "\0$VER: tzdate" AMIGA_VERSION;
//--------------------------------------------------------------------------//
char ** environ = NULL;
void syslog(int pri, const char *fmt, ...) { }
void logwtmp(const char *line, const char *name, const char *host) { }
void lose(int i) { }
//--------------------------------------------------------------------------//
char* getlogin() {
return "Not implemented";
}
//--------------------------------------------------------------------------//