openat: provide more convenience names
[pspp] / modules / strstr
index 10f2fc8d7f7b9018a3ece7a055de697984ef1609..dc33bd2952206aee1ba9420a690cece40f6a336a 100644 (file)
@@ -1,12 +1,10 @@
 Description:
-strstr() function: search for a substring in a string.
+strstr() function: efficiently locate first substring in a buffer.
 
 Files:
-lib/strstr.h
-lib/strstr.c
-m4/strstr.m4
 
 Depends-on:
+strstr-simple
 
 configure.ac:
 gl_FUNC_STRSTR
@@ -14,5 +12,10 @@ gl_FUNC_STRSTR
 Makefile.am:
 
 Include:
-"strstr.h"
+<string.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+all, Eric Blake