From: pwpiwi Date: Mon, 6 Mar 2017 19:07:02 +0000 (+0100) Subject: Client code cleanup: X-Git-Tag: v3.0.0~57^2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/7cb8516cb5919cf883c7d3b16f4b5e9f75b586ee?hp=7cb8516cb5919cf883c7d3b16f4b5e9f75b586ee Client code cleanup: - cleanup some header files and respective #includes - rearrange functions (definition before first use) - use SCNxxx instead of PRIxxx macros in scanf() - use stdbool true/false instead of self defined TRUE/FALSE ---