Mercurial > hg > octave-lojdl > gnulib-hg
view modules/memcpy @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 (2013-08-16) |
parents | 3fec2fcab2fa |
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: 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