Mercurial > hg > octave-kai > gnulib-hg
view modules/rawmemchr @ 16455:cfdc186017be
New module 'fabsf-ieee'.
* modules/fabsf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 17:27:36 +0100 |
parents | 98ec1e084801 |
children |
line wrap: on
line source
Description: rawmemchr() function: Find the first occurrence of C in S. Files: lib/rawmemchr.c lib/rawmemchr.valgrind m4/rawmemchr.m4 Depends-on: extensions string configure.ac: gl_FUNC_RAWMEMCHR if test $HAVE_RAWMEMCHR = 0; then AC_LIBOBJ([rawmemchr]) gl_PREREQ_RAWMEMCHR fi gl_STRING_MODULE_INDICATOR([rawmemchr]) Makefile.am: Include: <string.h> License: LGPLv2+ Maintainer: Eric Blake, glibc