What are the possibilities of adding a GCC extension to allow:
switch (foo) {
case 1:
case 2:
case 3 to 8:
case 9:
default:
}in C/C++ case statements? Best regards, Rick C. Hodgin
What are the possibilities of adding a GCC extension to allow:
switch (foo) {
case 1:
case 2:
case 3 to 8:
case 9:
default:
}in C/C++ case statements? Best regards, Rick C. Hodgin