view modules/mbssep @ 8223:ca249819379f

* lib/getdate.h (includes): Include <time.h>, not "timespec.h". * lib/stat-time.h (includes): Likewise. * lib/utimecmp.c (includes): Likewise. * lib/utimens.h (includes): Likewise. * lib/getdate.y (includes): Also include "timespec.h" for use internal to the module. * modules/utimens (Depends-on): Revert yesterday's patch. * modules/nanosleep (Depends-on): Add missing dependency.
author Eric Blake <ebb9@byu.net>
date Fri, 23 Feb 2007 18:25:21 +0000
parents c4c7688aa9bd
children 23f58a4ffca0
line wrap: on
line source

Description:
mbssep() function: split string into tokens, thread safe.

Files:
lib/mbssep.c
m4/mbssep.m4
m4/mbrtowc.m4

Depends-on:
mbuiter
string
mbspbrk
strsep

configure.ac:
gl_FUNC_MBSSEP
gl_STRING_MODULE_INDICATOR([mbssep])

Makefile.am:
lib_SOURCES += mbssep.c

Include:
<string.h>

License:
LGPL

Maintainer:
Bruno Haible