From 63a818078c40c88b41a41a799faa1d41fc826405 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 15 Nov 1998 21:52:56 +0000 Subject: [PATCH] Added declarations of common str*() functions --- include/ac/string.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ac/string.h b/include/ac/string.h index 147976fc68..c759f3a3d4 100644 --- a/include/ac/string.h +++ b/include/ac/string.h @@ -11,6 +11,8 @@ # define strrchr rindex # endif char *strchr (), *strrchr (); + char *strcpy (), *strncpy (), *strcat (), *strncat (); + int strcmp (), strncmp (), memcmp (); # ifndef HAVE_MEMCPY # define memcpy(d, s, n) bcopy ((s), (d), (n)) -- 2.39.5