summaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-05-14 07:35:44 +0000
committerRoland McGrath <roland@gnu.org>1992-05-14 07:35:44 +0000
commite4fdb7cca71e9e2e625ed04dbcac2c1e516bbd81 (patch)
treecbc2dd7a4794840772cf6b7b05e9f0bbdb873fc5 /string
parent6c0209c5e90980ab06b14cf1bcaf8fce79ba3d90 (diff)
Formerly ../string/strings.h.~5~
Diffstat (limited to 'string')
-rw-r--r--string/strings.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/string/strings.h b/string/strings.h
index 01cb6aed29..ee129cb750 100644
--- a/string/strings.h
+++ b/string/strings.h
@@ -18,29 +18,4 @@ Cambridge, MA 02139, USA. */
/* Compatibility with BSD string(3). */
-#ifndef _STRINGS_H
-
-#define _STRINGS_H 1
-#include <features.h>
-
-#ifndef _STRING_H
#include <string.h>
-#endif /* string.h */
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* These do not depend on __USE_BSD because
- <strings.h> is a BSD-only header. */
-
-/* Find the first occurrence of C in S. */
-extern char *EXFUN(index, (CONST char *__s, int __c));
-/* Find the last occurrence of C in S. */
-extern char *EXFUN(rindex, (CONST char *__s, int __c));
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* strings.h */