repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
builtin/notes: convert static functions to object_id
[git/debian.git]
/
t
/
t4051
/
dummy.c
blob
a43016e870fff08e26add9b8b6c4334e2c1d5167
1
2
static int
dummy
(
void
)
// Begin of dummy
3
{
4
int
rc
=
0
;
5
6
return
rc
;
7
}
// End of dummy