client: Move common print_* functions to its own file
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 1 Dec 2022 00:04:05 +0000 (16:04 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:11:34 +0000 (15:41 +0530)
commit91c08af9338b589d423655c2573742541dedd374
treee966adb8c0f877dd932ffef38a81db939fd275ac
parent1e5c9ed0862dfb06e50f2a13b47de52373ce65f0
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.
Makefile.tools
client/main.c
client/player.c
client/print.c [new file with mode: 0644]
client/print.h [new file with mode: 0644]