xref
: /
OpenGrok
/
opengrok-indexer
/
src
/
test
/
resources
/
sources
/
c
/
foobar.c
(revision 2bcacabbe843448903326d34ff21a265b5f37596)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foobar(int a)
1
int
foobar
(
int
a
) {
2
return
a
*
a
;
3
}
4