index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
circlemod2a.c
blob: dc6410b28bcfe25957242b48c6de817df48ce35d (
plain
)
1
2
3
4
5
6
7
extern
int
circlemod3
(
void
);
int
circlemod2
(
void
)
{
return
circlemod3
();
}