stime(p)
	long *p;
{
	return _stime(*p);
}