diff options
Diffstat (limited to 'src/string/strcpy.c')
| -rw-r--r-- | src/string/strcpy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/string/strcpy.c b/src/string/strcpy.c index a7785c27..1f80e41b 100644 --- a/src/string/strcpy.c +++ b/src/string/strcpy.c @@ -2,8 +2,6 @@ #include "_safety.h" #undef strcpy -#undef strcpy - /** copy string **/ char * strcpy(char * restrict s1, const char * restrict s2) |
