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
/
lang
/
occam
/
lib
/
now.c
10 lines
104 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Header --> Id
1994-06-24 14:02:31 +00:00
/* $Id$ */
my version (CJ)
1987-02-25 16:41:09 +00:00
long
now
(
)
{
extern
int
deadlock
;
long
time
(
)
;
deadlock
=
0
;
return
time
(
(
long
*
)
0
)
;
}
Reference in a new issue
Copy permalink