FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lpython/src/lpython/utils.h at error_banner_fix · NishantBansal2003/lpython · GitHub
NishantBansal2003
/
lpython
Public
forked from
lcompilers/lpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lpython
/
src
/
lpython
/
utils.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (14 loc) · 502 Bytes
Breadcrumbs
lpython
/
src
/
lpython
/
utils.h
Copy path
File metadata and controls
19 lines (14 loc) · 502 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
ifndef
LFORTRAN_UTILS_H
#
define
LFORTRAN_UTILS_H
#
include
<
string
>
#
include
<
libasr/utils.h
>
namespace
LCompilers
::LPython {
void
get_executable_path
(std::string &executable_path,
int
&dirname_length);
std::string
get_runtime_library_dir
();
std::string
get_runtime_library_header_dir
();
bool
is_directory
(std::string path);
bool
path_exists
(std::string path);
//
Decodes the exit status code of the process (in Unix)
int32_t
get_exit_status
(
int32_t
err);
}
//
LFortran
#
endif
//
LFORTRAN_UTILS_H
Back
|
FazBrowse Home
|
New Git URL