5 ms·
Interesting. Why don't you use an include file directive there? enum_example_t { #include "example_values.txt" EXAMPLE_Max, } whe
by myg204 11y ago
Interesting. Why don't you use an include file directive there?
enum_example_t
{
#include "example_values.txt"
EXAMPLE_Max,
}
where example_values would have the strings 'EXAMPLE_foo,'?
Just wondering.