Sha256: 3f6332bd40c79b8ca7b286789d19ac154fb1017f09e2d2421f6a07affb65dff1
Contents?: true
Size: 280 Bytes
Versions: 16
Compression:
Stored size: 280 Bytes
Contents
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/common/allocator.h> void aws_cal_platform_init(struct aws_allocator *allocator) { (void)allocator; } void aws_cal_platform_clean_up(void) {}
Version data entries
16 entries across 8 versions & 1 rubygems