Source code

Revision control

Copy as Markdown

Other Tools

void func() {
int radius;
switch (radius) {
case 0:
break;
}
}