fork

Fork of cpputest by Rohit Grover

Revision:
1:4769360130ed
Parent:
0:0b799af9d58e
--- a/include/CppUTest/PlatformSpecificFunctions_c.h	Tue Jan 28 09:27:41 2014 +0000
+++ b/include/CppUTest/PlatformSpecificFunctions_c.h	Tue Jun 17 15:52:54 2014 +0100
@@ -56,9 +56,6 @@
 /* String operations */
 int PlatformSpecificAtoI(const char*str);
 size_t PlatformSpecificStrLen(const char* str);
-char* PlatformSpecificStrCat(char* s1, const char* s2);
-char* PlatformSpecificStrCpy(char* s1, const char* s2);
-char* PlatformSpecificStrNCpy(char* s1, const char* s2, size_t size);
 int PlatformSpecificStrCmp(const char* s1, const char* s2);
 int PlatformSpecificStrNCmp(const char* s1, const char* s2, size_t size);
 char* PlatformSpecificStrStr(const char* s1, const char* s2);