compute-runtime/core/os_interface/linux/linux_inc.cpp

12 lines
185 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/os_interface/linux/os_inc.h"
namespace Os {
const char *fileSeparator = "/";
}