I was not sure what to call these flags, but what I am referring to is:
#define TEST_DEF 50000U //<- the \"U\" here
Google searching when yo
This is an unsigned literal (U is suffix). See: http://en.cppreference.com/w/cpp/language/integer_literal