Mercurial > hg > octave-lojdl > gnulib-hg
view modules/mbscasestr @ 15979:69cc1dcd696b
unlockpt: Detect invalid argument.
* lib/unlockpt.c: Include <fcntl.h>.
(unlockpt): Check whether fd is valid, using fcntl().
* modules/unlockpt (Depends-on): Add fcntl-h.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 21 Oct 2011 02:22:04 +0200 |
parents | 23f58a4ffca0 |
children |
line wrap: on
line source
Description: mbscasestr() function: case-insensitive search for a substring in a string. Files: lib/mbscasestr.c lib/str-kmp.h Depends-on: mbuiter stdbool string mbslen malloca strnlen configure.ac: gl_STRING_MODULE_INDICATOR([mbscasestr]) Makefile.am: lib_SOURCES += mbscasestr.c Include: <string.h> License: LGPL Maintainer: Bruno Haible