Files
c3c/src/utils/whereami.h

8 lines
217 B
C

#pragma once
// Copyright (c) 2020 Christoffer Lerno. All rights reserved.
// Use of this source code is governed by a LGPLv3.0
// a copy of which can be found in the LICENSE file.
char *find_executable_path(void);