|
2 |
edited tags
|
||
|
1 |
|
||
Easy way to use variables of enum types as string in C?Here's what I am trying to do:
I am trying to write a function that would do a switch case similar to the following:
Instead of defining at every case, is there a way to set it using the enum variable like I am trying to do above?
|
||||
