API Reference Manual
1.47.0
api/abi-default/std_types.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (c) 2013-2018 Linaro Limited
3
*/
4
5
#ifndef ODP_ABI_STD_TYPES_H_
6
#define ODP_ABI_STD_TYPES_H_
7
8
/* uint64_t, uint32_t, etc */
9
#include <stdint.h>
10
11
/* size_t */
12
#include <stddef.h>
13
14
/* true and false for odp_bool_t */
15
#include <stdbool.h>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
25
typedef
bool
odp_bool_t
;
26
31
#ifdef __cplusplus
32
}
33
#endif
34
35
#endif
odp_bool_t
bool odp_bool_t
Boolean type.
Definition:
api/abi-default/std_types.h:25
include
odp
api
abi-default
std_types.h
Generated by
1.9.1