Mercurial > hg > octave-kai > gnulib-hg
annotate modules/c-strstr @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 (2013-08-16) |
parents | cbf06de5646d |
children |
rev | line source |
---|---|
7209 | 1 Description: |
2 Search for a substring in a string in C locale. | |
3 | |
4 Files: | |
5 lib/c-strstr.h | |
6 lib/c-strstr.c | |
7 | |
8 Depends-on: | |
9604
cbf06de5646d
Make c-strstr rely on strstr.
Bruno Haible <bruno@clisp.org>
parents:
9561
diff
changeset
|
9 strstr |
7209 | 10 |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
14 lib_SOURCES += c-strstr.h c-strstr.c | |
15 | |
16 Include: | |
17 "c-strstr.h" | |
18 | |
19 License: | |
20 LGPL | |
21 | |
22 Maintainer: | |
23 Bruno Haible | |
24 |