DEBSOURCES
Skip Quicknav
sources / tinyssh / 20230101-1 / sysdep / hasutmp.h-yes.c
12345678910
/* Public domain. */ #include <time.h> #include <sys/time.h> #include <utmp.h> int main(void) { struct utmp ut = {0}; return 0; }