blob: 7eb3dbfe9b39a80a5d64df29dc2689dc919d9b3a [file] [log] [blame]
// Copyright 2020 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 ZIRCON_SYSTEM_UTEST_CORE_VERSION_CXX14_H_
#define ZIRCON_SYSTEM_UTEST_CORE_VERSION_CXX14_H_
#include <string>
std::string AssignSystemGetVersionString();
std::string ReturnSystemGetVersionString();
#endif // ZIRCON_SYSTEM_UTEST_CORE_VERSION_CXX14_H_