blob: 14062d7eddf10bd69b59271cb80e93be68cc4baf [file] [log] [blame]
// Copyright 2017 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_TONIC_PLATFORM_UTILS_H_
#define LIB_TONIC_PLATFORM_UTILS_H_
namespace tonic {
// Calls the equivalent of exit(status) for a given platform.
void PlatformExit(int status);
}
#endif // LIB_TONIC_PLATFORM_UTILS_H_