/Test/enum.c
http://github.com/fishman/ctags · C · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 07623af6f33f98329c67db256d448ec4 MD5 · raw file
- enum test_enumeration {
- ENUM_1 = 1,
- ENUM_2,
- ENUM_3
- };
http://github.com/fishman/ctags · C · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 07623af6f33f98329c67db256d448ec4 MD5 · raw file
- enum test_enumeration {
- ENUM_1 = 1,
- ENUM_2,
- ENUM_3
- };