]> git.zerfleddert.de Git - proxmark3-svn/commit
Cleanup armsrc/string.c and string.h (#964)
authorpwpiwi <pwpiwi@users.noreply.github.com>
Mon, 25 Jan 2021 08:27:38 +0000 (09:27 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 08:27:38 +0000 (09:27 +0100)
commit555fa197730c061bbf0ab01334e99bc47fb3dc06
treeb24c2d9f8c93103bdfcaa46d756165816fb222ff
parentefd0327132b58c701e7148622e7d7808f7c97a88
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()
armsrc/string.c
armsrc/string.h
Impressum, Datenschutz