Is there an equivalent for Microsoft's UuidCompare, UuidCreate, etc in Linux or POSIX environment?
views:
266answers:
2
Q:
Is there and equivalent for Microsoft's UuidCompare, UuidCreate, etc in Linux or POSIX environment?
The real answer is no, but there is one that is close and it's libuuid. The calls are similar but different, so the library is not a drop in if you already are using the windows calls. Example: UuidCompare in MS is equal to uuid_compare in libuuid. -Crazychenz
Crazy Chenz
2009-08-20 12:04:04