Mercurial > hg > octave-shane > gnulib-hg
view modules/strtok_r @ 16434:4f9beada6ccb
New module 'frexpf-ieee'.
* modules/frexpf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 15:08:36 +0100 |
parents | c9ecfab74059 |
children |
line wrap: on
line source
Description: strtok_r() function: split string into tokens, thread safe. Files: lib/strtok_r.c m4/strtok_r.m4 Depends-on: string strpbrk [test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1] configure.ac: gl_FUNC_STRTOK_R if test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1; then AC_LIBOBJ([strtok_r]) gl_PREREQ_STRTOK_R fi gl_STRING_MODULE_INDICATOR([strtok_r]) Makefile.am: Include: <string.h> License: LGPLv2+ Maintainer: all, glibc