9 lines
93 B
C
9 lines
93 B
C
long now()
|
|
{
|
|
extern int deadlock;
|
|
long time();
|
|
|
|
deadlock = 0;
|
|
return time((long *) 0);
|
|
}
|