5754692 [rkeene@sledge /home/rkeene/devel/cygwin-stuff/cyg-root/usr/include]$ cat -n lastlog.h
 1 #ifndef _LASTLOG_H
 2 #define _LASTLOG_H
 3 
 4 #include <utmp.h>
 5 
 6 struct lastlog {
 7     long ll_time;
 8     char ll_line[UT_LINESIZE];
 9     char ll_host[UT_HOSTSIZE];
10 };
11 
12 #endif
5754693 [rkeene@sledge /home/rkeene/devel/cygwin-stuff/cyg-root/usr/include]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2001-01-31 15:09:08