Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
circlemod2a.c
blob: dc6410b28bcfe25957242b48c6de817df48ce35d [
file
] [
log
] [
blame
] [
edit
]
extern
int
circlemod3
(
void
);
int
circlemod2
(
void
)
{
return
circlemod3
();
}