]> granicus.if.org Git - graphviz/commit
common: inline and remove 'printint'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 20 Apr 2022 02:33:47 +0000 (19:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Apr 2022 23:50:15 +0000 (16:50 -0700)
commit4e12bb0867503ceb142227e5b620b476abe77d52
treec8931e559606b2a1f85e8039d5a552cccbdd9701
parentd7beb4590d683879cf8501a90fc70ce094ec5691
common: inline and remove 'printint'

With the `Agiodisc_t` output function now taking a format string, this code can
be written more readably and concisely. This also avoids the need for
intermediate buffering.
lib/common/output.c