mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-04 15:41:06 +00:00
18 lines
550 B
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";
|
|
}
|