]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/string.h
Issue 20 patch (refactored code of the iso15693 implementation as well as several...
[proxmark3-svn] / armsrc / string.h
index 25fac90926770865bf3393246c99901cef8de963..46ee218d1a42947a3b109bc7e61a4d2a26ae7940 100644 (file)
@@ -17,5 +17,9 @@ void *memcpy(void *dest, const void *src, int len);
 void *memset(void *dest, int c, int len);
 int memcmp(const void *av, const void *bv, int len);
 char *strncat(char *dest, const char *src, unsigned int n);
+char *strcat(char *dest, const char *src);
+void strreverse(char s[]);
+void itoa(int n, char s[]);
+
 
 #endif /* __STRING_H */
Impressum, Datenschutz