Mercurial > hg > octave-lojdl > gnulib-hg
view modules/memmove @ 17428:4af247cb0aef
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 07 Jun 2013 06:44:05 -0700 |
parents | 6d18ee2cff9e |
children |
line wrap: on
line source
Description: memmove() function: copy memory area. Status: obsolete Notice: This module is obsolete. Files: lib/memmove.c m4/memmove.m4 Depends-on: configure.ac: gl_FUNC_MEMMOVE if test $ac_cv_func_memmove = no; then AC_LIBOBJ([memmove]) gl_PREREQ_MEMMOVE fi Makefile.am: Include: <string.h> License: public domain Maintainer: Jim Meyering