_UNIQUE - obtain a unique number.

(Not in the ANSI standard)

Usage:

i = _unique();

Where:

long int i;
is a unique number.

Description:

"_unique" returns a number which is unique system-wide. However, the number may be recycled to another program after the current program terminates.

Copyright © 1996, Thinkage Ltd.