m3core/src/unix/Common/Uutmp.c


/* Copyright (C) 1990, Digital Equipment Corporation.         */
/* All rights reserved.                                       */
/* See the file COPYRIGHT for a full description.             */

#include "m3core.h"

#ifndef _WIN32

#define M3MODULE Uutmp
M3WRAP0(char*, getlogin)

#endif