Generating data literals in C is useful for embedding configuration, mark up, or even whole databases into C programs. It has several advantages over loading the data at runtime - it doesn't require a ...
After more than a decade without doing any serious programming (some bash and Python for system administration tasks do not count, I guess) I faced a required massive modification of an old C program ...