amiga-tz/utility/date_amiga.c

18 lines
550 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";
}