Skip to content
  • Michael Babich's avatar
    Fix #3 by defining the helper functions first · 450c8c70
    Michael Babich authored
    One of the two helper functions is an inline function. By defining the
    helper functions first, the inline declaration is reached before the
    first use of the inline function. This style avoids moving the inline
    declaration away from the function definition.
    450c8c70