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

12 lines
188 B
C++

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