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 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
45a0895c396df222844d1fa97b3dbd7b76d41ca4
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