pdp11v/usr/src/lib/lib2/stime.c

Compare this file to the similar file:
Show the results in this format:

/*	@(#)stime.c	1.1	*/

stime(tloc)
long *tloc; {
	extern long _time;

	_time = *tloc;
}