Edit

kc3-lang/gnulib/modules/mbspbrk

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2009-03-10 01:19:40
    Hash : ee4cfaab
    Message : Followup to 2008-12-22: Remove unnecessary AC_FUNC_MBRTOWC invocations.

  • modules/mbspbrk
  • Description:
    mbspbrk() function: search a string for any of a set of characters.
    
    Files:
    lib/mbspbrk.c
    
    Depends-on:
    mbuiter
    string
    mbschr
    strpbrk
    
    configure.ac:
    gl_STRING_MODULE_INDICATOR([mbspbrk])
    
    Makefile.am:
    lib_SOURCES += mbspbrk.c
    
    Include:
    <string.h>
    
    License:
    LGPL
    
    Maintainer:
    Bruno Haible