]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/string.h
CHG: some minor adjustments.
[proxmark3-svn] / armsrc / string.h
index a9dbd826f0e28167d5527af94c0bfbe548c88f32..5e0edcac0987d6e1b13f37051198f944b6e57429 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef __STRING_H
 #define __STRING_H
 
-#include <stdint.h>
-#include <util.h>
+#include <common.h>
 
 int strlen(const char *str);
 RAMFUNC void *memcpy(void *dest, const void *src, int len);
@@ -25,5 +24,4 @@ char *strcat(char *dest, const char *src);
 void strreverse(char s[]);
 void itoa(int n, char s[]);
 
-
-#endif /* __STRING_H */
+#endif /* __STRING_H */
\ No newline at end of file
Impressum, Datenschutz