Ensure O(n) worst-case complexity of mbsstr.
[pspp] / modules / mbsstr
1 Description:
2 mbsstr() function: search for a substring in a string.
3
4 Files:
5 lib/mbsstr.c
6 m4/mbsstr.m4
7 m4/mbrtowc.m4
8
9 Depends-on:
10 mbuiter
11 stdbool
12 string
13 mbslen
14 strnlen
15
16 configure.ac:
17 gl_FUNC_MBSSTR
18 gl_STRING_MODULE_INDICATOR([mbsstr])
19
20 Makefile.am:
21 lib_SOURCES += mbsstr.c
22
23 Include:
24 <string.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31