...
Code Block | ||
---|---|---|
| ||
enum EnumOne {HEWWO = 0, THERE, MY, FWEND}; // If there are a lot of terms, you can split them on multiple lines with one constant per line enum EnumTwo { HEWWO = 0, THERE, MY, FWEND, YOU, AWRE, AMAZING }; |
Further reading
https://barrgroup.com/sites/default/files/barr_c_coding_standard_2018.pdf