FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lpython/integration_tests/const_03b.c at main · Python51888/lpython · GitHub
Python51888
/
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
/
integration_tests
/
const_03b.c
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (5 loc) · 129 Bytes
Breadcrumbs
lpython
/
integration_tests
/
const_03b.c
Copy path
File metadata and controls
6 lines (5 loc) · 129 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
#include
"const_03b.h"
#include
<stdio.h>
void
print_value_c
(
const
double
value
) {
printf
(
"print_value_c: %lf\n"
,
value
);
}
Back
|
FazBrowse Home
|
New Git URL