]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/Extras/libg/gtldat.c
No longer need trailing space after CFLAGS variable assignment.
[nmh] / docs / historical / mh-jun-1982 / Extras / libg / gtldat.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8
9 getldate(uid)
10 {
11 static int logout_date[2];
12
13 return(logout_date);
14 }