Generates a new Universal Unique Identifier (UUID).
void uuid_$gen (uuid) uuid_$t *uuid;
The uuid_$gen routine returns a new UUID.
Output | |
---|---|
uuid | Points to the new UUID in the form of uuid_$t. |
The following call returns as my_uuid a new UUID:
uuid_$gen (&my_uuid);
This Library Routine is part of Network Computing System in Network Support Facilities in Base Operating System (BOS) Runtime.
Remote Procedure Call (RPC) Runtime Library (NCS) in AIX Version 4.3 Communications Programming Concepts.