argtable / argtable3

A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
http://www.argtable.org
Other
377 stars 65 forks source link

feat: re-introduce `arg_print_formatted` #80

Closed igrr closed 2 years ago

igrr commented 2 years ago

arg_print_formatted was made non-static in 61743612fb, but then was lost in 358498b376f.

This PR makes this function available again.

tomghuang commented 2 years ago

@igrr : You are right. When we release a public function, we have to make it public forever.