exactness: factor out _printf() handling into common part
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 3 Mar 2020 16:03:41 +0000 (17:03 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Fri, 13 Mar 2020 00:18:36 +0000 (09:18 +0900)
commited0959b7e4d269ed5900d2939b0c0c7b104f7019
treee0c4b6626f44dfeb53cb7c10fffa5a73b3152f3e
parent216b76282c8b4dfab37790e5a1cebdd304df98c7
exactness: factor out _printf() handling into common part

First step to do some re-factoring of the exactness binaries. We will
share common parts from the different binaries in common.{c,h} to reduce
the code duplication. The start makes _printf() used in various places.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11456
src/bin/exactness/common.c [new file with mode: 0644]
src/bin/exactness/common.h [new file with mode: 0644]
src/bin/exactness/exactness.c
src/bin/exactness/injector.c
src/bin/exactness/inspect.c
src/bin/exactness/meson.build
src/bin/exactness/player.c
src/bin/exactness/recorder.c