In C, is there a nice way to track the number of elements in an enum? I\'ve seen
enum blah { FIRST, SECOND, THIRD, LAST };
Unfortunately, no. There is not.