index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
pragmas
/
cfunction.c
blob: bf49d6a29ea5422921a31a0deb7ad8b4e087d515 (
plain
) (
tree
)
51e3e0c7c
^
1
2
3
4
int
cfunction
(
void
)
{
return
NUMBER_HERE
;
}