Files
c3c/utils/file_utils.h
Christoffer Lerno 88b2dc547e Project setup
2019-07-13 22:46:39 +02:00

9 lines
225 B
C

#pragma once
// Copyright (c) 2019 Christoffer Lerno. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
const char* expand_path(const char* path);