getutmp, getutmpx - copy utmp structure to utmpx, and vice versa
#define _GNU_SOURCE /* See feature_test_macros(7) */
#include <utmpx.h>
void getutmp(const struct utmpx *ux, struct utmp *u);
void getutmpx(const struct utmp *u, struct utmpx *ux);
These functions do not return a value.