This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
65oo2
ack
/
mach
/
i386
/
libsys
/
time.c
12 lines
91 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Added entry points for ANSI C
1990-01-22 11:01:47 +00:00
long
_xtime
(
)
;
initial version
1989-10-10 11:40:55 +00:00
long
time
(
p
)
long
*
p
;
{
Added entry points for ANSI C
1990-01-22 11:01:47 +00:00
long
l
=
_xtime
(
)
;
initial version
1989-10-10 11:40:55 +00:00
if
(
p
)
*
p
=
l
;
return
l
;
}
Reference in a new issue
Copy permalink