blob: 94b480069f1edecf9f249cb79e4b5c8afd152613 [file] [log] [blame] [edit]
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#ifndef RUNTIME_BIN_ICU_H_
#define RUNTIME_BIN_ICU_H_
namespace dart {
namespace bin {
void SetupICU();
} // namespace bin
} // namespace dart
#endif // RUNTIME_BIN_ICU_H_