]> granicus.if.org Git - graphviz/commit
xdot: pass around a printf-like callback instead of fputs-like callback
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Aug 2022 01:45:44 +0000 (18:45 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Aug 2022 15:47:29 +0000 (08:47 -0700)
commitac7842d8052750611372e238f038b14615f4c0e8
treee2ea15960635e77c568b1c176f28c43956f36b5d
parent2a30b8ad725d1e108b8287ce0717562ac97f41e5
xdot: pass around a printf-like callback instead of fputs-like callback

This simplifies code, improves flexibility, and removes the need for some
intermediate buffers.
lib/xdot/xdot.c