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

cpp-union-definition « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ec94df697349061ec20b221eddb9c27835965da (plain)
1
2
3
4
union RIGHT {
	double v;
	int ChangeMe;
};