ClickHouse/contrib/qpl-cmake/uuid/uuid.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
114 B
C++
Raw Normal View History

2022-04-29 17:41:09 +00:00
#ifndef _QPL_UUID_UUID_H
#define _QPL_UUID_UUID_H
typedef unsigned char uuid_t[16];
2022-04-29 17:41:09 +00:00
#endif /* _QPL_UUID_UUID_H */