Answer on "Event scheduler in C" by @Herickson. First answer posted March of 2016.
Of the most upvoted answers, this is the first one that reviewed multiple aspects of the code rather than making a single observation. It explains how to use a do/while loop effectively to reduce code length, and it thoroughly covers malloc and null pointers.