2013-11-18 17:52:47 +00:00
|
|
|
/*
|
|
|
|
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
|
|
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
|
|
|
|
Author: Leonardo de Moura
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace lean {
|
2014-08-04 21:42:44 +00:00
|
|
|
std::string lrealpath(char const * fname);
|
2013-11-18 17:52:47 +00:00
|
|
|
}
|