LLDB
mainline
llvm-project
lldb
include
lldb
Utility
AppleUuidCompatibility.h
Go to the documentation of this file.
1
//===-- UuidCompatibility.h -------------------------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
// Include this header for a definition of uuid_t compatible with Darwin's
10
// definition.
11
12
#ifndef utility_UUID_COMPATIBILITY_H
13
#define utility_UUID_COMPATIBILITY_H
14
// uuid_t is guaranteed to always be a 16-byte array
15
typedef
unsigned
char
uuid_t
[16];
16
#endif
// utility_UUID_COMPATIBILITY_H
uuid_t
unsigned char uuid_t[16]
Definition:
AppleUuidCompatibility.h:15
Generated on Fri Dec 20 2024 17:26:50 for LLDB by
1.9.6