diff options
author | Devtools Arcadia <[email protected]> | 2022-02-07 18:08:42 +0300 |
---|---|---|
committer | Devtools Arcadia <[email protected]> | 2022-02-07 18:08:42 +0300 |
commit | 1110808a9d39d4b808aef724c861a2e1a38d2a69 (patch) | |
tree | e26c9fed0de5d9873cce7e00bc214573dc2195b7 /contrib/restricted/aws/aws-c-common/source/codegen.c |
intermediate changes
ref:cde9a383711a11544ce7e107a78147fb96cc4029
Diffstat (limited to 'contrib/restricted/aws/aws-c-common/source/codegen.c')
-rw-r--r-- | contrib/restricted/aws/aws-c-common/source/codegen.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/restricted/aws/aws-c-common/source/codegen.c b/contrib/restricted/aws/aws-c-common/source/codegen.c new file mode 100644 index 00000000000..ea6e95d5487 --- /dev/null +++ b/contrib/restricted/aws/aws-c-common/source/codegen.c @@ -0,0 +1,22 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +/* + * This file generates exportable implementations for inlineable functions. + */ + +#define AWS_STATIC_IMPL AWS_COMMON_API + +#include <aws/common/array_list.inl> +#include <aws/common/atomics.inl> +#include <aws/common/byte_order.inl> +#include <aws/common/clock.inl> +#include <aws/common/encoding.inl> +#include <aws/common/error.inl> +#include <aws/common/linked_list.inl> +#include <aws/common/math.inl> +#include <aws/common/ring_buffer.inl> +#include <aws/common/string.inl> +#include <aws/common/zero.inl> |