Mercurial > hg > octave-jordi > gnulib-hg
view modules/strdup @ 18079:4c948fd76734 default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Mon, 24 Aug 2015 06:09:19 -0700 (2015-08-24) |
parents | eabd04107c92 |
children |
line wrap: on
line source
Description: strdup() function: duplicate a string. Status: obsolete Notice: This module is obsolete. But you may want to use the strdup-posix module. Files: lib/strdup.c m4/strdup.m4 Depends-on: string configure.ac: gl_FUNC_STRDUP if test $ac_cv_func_strdup = no; then AC_LIBOBJ([strdup]) gl_PREREQ_STRDUP fi gl_STRING_MODULE_INDICATOR([strdup]) Makefile.am: Include: <string.h> License: LGPLv2+ Maintainer: all, glibc