xref
: /
dports
/
lang
/
gcc9-aux
/
gcc-9.1.0
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
mod_2.x
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
f(int x)
2
f
(
int
x
)
3
{
4
return
x
%
2
;
5
}
6