Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dummy.c « t4051 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a43016e870fff08e26add9b8b6c4334e2c1d5167 (plain)
1
2
3
4
5
6
7

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

	return rc;
}	// End of dummy