Plan 9 from Bell Labs’s /usr/web/sources/contrib/de0u/root/sys/src/cmd/squeak/Cross/plugins/UUIDPlugin/UUIDPlugin.h
/* UUID generation. Note that we typedef sqUUID as a generic 128 bit value so that platform specific code can coerce appropriately. */ typedef char sqUUID[16]; int MakeUUID(sqUUID location); int sqUUIDInit(void); int sqUUIDShutdown(void);