blob: c58832c606260d522b018397d98a6da437aace86 [file] [log] [blame]
// Copyright 2015 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIB_ICU_DATA_CPP_CONSTANTS_H_
#define LIB_ICU_DATA_CPP_CONSTANTS_H_
#include <cstdint>
namespace icu_data {
extern const char kDataHash[];
extern const uint64_t kDataSize;
} // namespace icu_data
#endif // LIB_ICU_DATA_CPP_CONSTANTS_H_