Commit: a4bde19d3bd809337eacead3f2c5922a873cee9d
Parent: f28433d448fa9ae33305d87f112a1b8abb7c6b17
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-12-02 21:20:26
Tree: f0065a3f1b2b0e3a31757cf397dd6b9f10c92a0b

client: Move common print_* functions to its own file This move common print_* functions to its own file so they can be properly reused instead of duplicating the code.

Diffstat

M Makefile.tools | 4 +++-
M client/main.c | 166 +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M client/player.c | 83 +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
A client/print.c | 194 ++++++++++++++++++++++++++++++++++++++++
A client/print.h | 14 ++++++++++++++

5 files changed, 213 insertions(+), 248 deletions(-)

View Full Diff | Patch