Mercurial > hg > octave-jordi > gnulib-hg
view modules/memcpy @ 18079:4c948fd76734 default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Mon, 24 Aug 2015 06:09:19 -0700 |
parents | 0e5e385efec8 |
children |
line wrap: on
line source
Description: memcpy() function: copy memory area. Status: obsolete Notice: This module is obsolete. Files: lib/memcpy.c m4/memcpy.m4 Depends-on: string configure.ac: gl_FUNC_MEMCPY if test $ac_cv_func_memcpy = no; then AC_LIBOBJ([memcpy]) gl_PREREQ_MEMCPY fi Makefile.am: Include: <string.h> License: GPL Maintainer: Jim Meyering