blob: fa845e901f7e36b731f3c3f7c47f9b4ee51aea47 [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 SRC_LIB_ANALYTICS_CPP_CORE_DEV_TOOLS_SYSTEM_INFO_H_
#define SRC_LIB_ANALYTICS_CPP_CORE_DEV_TOOLS_SYSTEM_INFO_H_
#include <string>
namespace analytics {
// Get the same output as `uname -ms`
std::string GetOsVersion();
} // namespace analytics
#endif // SRC_LIB_ANALYTICS_CPP_CORE_DEV_TOOLS_SYSTEM_INFO_H_