]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: moved to header file. common.h has RAMFUNC definition
authoriceman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 10:06:48 +0000 (11:06 +0100)
committericeman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 10:06:48 +0000 (11:06 +0100)
armsrc/string.c
armsrc/string.h

index 945a4cf6d0dae98a8d58c513120673e57f5735f4..6552ce1c955a060898df90dbb167252b7752369b 100644 (file)
@@ -7,9 +7,7 @@
 //-----------------------------------------------------------------------------
 // Common string.h functions
 //-----------------------------------------------------------------------------
-
 #include "string.h"
-#include <stdint.h>
 
 void *memcpy(void *dest, const void *src, int len)
 {
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