mirror of
https://github.com/git/git.git
synced 2024-11-17 21:14:18 +01:00
8 lines
88 B
C
8 lines
88 B
C
|
|
||
|
static int dummy(void) // Begin of dummy
|
||
|
{
|
||
|
int rc = 0;
|
||
|
|
||
|
return rc;
|
||
|
} // End of dummy
|