This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6cffb888eae8ebfc869ff2fdb715d1260a480fc8
c3c
/
resources
/
testproject
/
csource
/
test.c
Christoffer Lerno
8aa00b015b
Add support from compiling c from c3c.
2021-12-09 23:38:57 +01:00
4 lines
42 B
C
Raw
Blame
History
int
test_doubler
(
int
d
)
{
return
d
*
d
;
}
Reference in New Issue
View Git Blame
Copy Permalink