view modules/mbschr @ 17450:fcdfb5b7741a

* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 15 Jul 2013 13:32:24 -0700
parents 23f58a4ffca0
children
line wrap: on
line source

Description:
mbschr() function: search a string for a character.

Files:
lib/mbschr.c

Depends-on:
mbuiter
string

configure.ac:
gl_STRING_MODULE_INDICATOR([mbschr])

Makefile.am:
lib_SOURCES += mbschr.c

Include:
<string.h>

License:
LGPL

Maintainer:
Bruno Haible