GETUTXENT(3) Library Functions Manual GETUTXENT(3)
NAME
getutxent getutxid
getutxline — get user
accounting database entries
SYNOPSIS
#include <utmpx.h> struct utmpx *getutxent(void); struct utmpx *getutxid(const struct utmpx *id); struct utmpx *getutxline(const struct utmpx *line);
DESCRIPTION
Refer to endutxent(3) .
February 1997 posix.fail