getutmpx
(3)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);
copy utmp structure to utmpx, and vice versa