tvl-depot/third_party/git/t/t4051/dummy.c
2020-01-11 23:40:29 +00:00

7 lines
88 B
C

static int dummy(void) // Begin of dummy
{
int rc = 0;
return rc;
} // End of dummy