From: pwpiwi Date: Mon, 25 Jan 2021 08:27:38 +0000 (+0100) Subject: Cleanup armsrc/string.c and string.h (#964) X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/555fa197730c061bbf0ab01334e99bc47fb3dc06?hp=555fa197730c061bbf0ab01334e99bc47fb3dc06 Cleanup armsrc/string.c and string.h (#964) - remove unnecessary memxor(), strreverse(), and itoa() functions - Use correct types in function declarations and definitions - add memmove() function. Gcc may generate calls to memcmp(), memcpy(), memset() and memmove() ---