]> pd.if.org Git - pdclib/commitdiff
Fixed multiple inclusion issue.
authorsolar <unknown>
Mon, 30 Jan 2006 18:03:31 +0000 (18:03 +0000)
committersolar <unknown>
Mon, 30 Jan 2006 18:03:31 +0000 (18:03 +0000)
functions/string/memcpy.c
functions/string/strcat.c
functions/string/strcpy.c
functions/string/strncat.c
functions/string/strncpy.c
functions/string/strtok.c
functions/string/strxfrm.c

index 064cc3479f54a498ad0144a712f58eb16290dba5..5893e4df64dc8339f9aaa168adad0c3833c4b5f7 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
 #include <string.h>
 
 #ifndef REGTEST
index d9609157ffc77f048a63eb07054630589210c3a0..e76b7db6fb34ee2033faba74e936058ffcfeb79f 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
 #include <string.h>
 
 #ifndef REGTEST
index 8d55b67f808eed138e7b2bbc3eb25d9b6573f655..c0ca9f039d520ff8991116673dd7a4874026a234 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
 #include <string.h>
 
 #ifndef REGTEST
index 57200489c97530d58e00901b6c22eca50f1b0b69..f05a9ec7239cf19cf53c14c5ef1a78e0c5d028b3 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
 #include <string.h>
 
 #ifndef REGTEST
index ea88d3f8a6648d41fca4fc341625c3bcb503496c..e1f34a7f8558b83734b0ce8cb967c809120de74e 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
 #include <string.h>
 
 #ifndef REGTEST
index 991891dd258f0bc27b2b7cb3dc9a7b4eb8df5e6a..a7fc461793e4bce30f50bd21177418483c730ab5 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
 #include <string.h>
 
 #ifndef REGTEST
index 4b81c9375c624f47b50329b8ed16abf8fbd678b0..c80839e635b8e6d25543eb4148979e56d5d950d3 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_aux.h>
 #include <string.h>
 
 #ifndef REGTEST