fmod=>modf
[unix-history] / usr / src / include / lastlog.h
... / ...
CommitLineData
1/* lastlog.h 4.2 83/05/22 */
2
3struct lastlog {
4 time_t ll_time;
5 char ll_line[8];
6 char ll_host[16]; /* same as in utmp */
7};