X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrstr;h=dc33bd2952206aee1ba9420a690cece40f6a336a;hb=84aee6d7f41c166088f7946971edf31c44ca3ae7;hp=73cee5f03f0c893ef53d4c71acb657bc60a6d861;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/strstr b/modules/strstr index 73cee5f03..dc33bd295 100644 --- a/modules/strstr +++ b/modules/strstr @@ -1,27 +1,21 @@ 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 -m4/mbrtowc.m4 Depends-on: -mbuiter +strstr-simple configure.ac: gl_FUNC_STRSTR Makefile.am: -EXTRA_DIST += strstr.h strstr.c Include: -"strstr.h" + License: -LGPL +LGPLv2+ Maintainer: -Bruno Haible, glibc - +all, Eric Blake