6 lines
43 B
C
6 lines
43 B
C
|
stime(p)
|
||
|
long *p;
|
||
|
{
|
||
|
return _stime(*p);
|
||
|
}
|