This website requires JavaScript.
Explore
Sign In
mirror
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
master
git
/
t
/
t4051
/
dummy.c
8 lines
88 B
C
Raw
Permalink
Blame
History
static
int
dummy
(
void
)
// Begin of dummy
{
int
rc
=
0
;
return
rc
;
}
// End of dummy
View Git Blame
Copy Permalink