The maximum number of case values in a switch statement (§3.6.4.2)
Microsoft C does not limit the number of case values in a switch statement. The number is limited only by available memory.