API Reference Manual  1.46.0
api/std.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2015-2018 Linaro Limited
3  */
4 
5 #ifndef ODP_API_STD_H_
6 #define ODP_API_STD_H_
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include <odp/api/abi/std_types.h>
13 #include <odp/api/abi/std.h>
14 
15 #include <odp/api/spec/std.h>
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif
ODP standard types and optimized C library functions.