Mercurial > hg > octave-kai > gnulib-hg
view modules/mempcpy @ 8054:aa8abb5db935
Enforce the use of gnulib modules for unportable <string.h> functions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 01 Feb 2007 00:29:52 +0000 |
parents | a1d177cd9523 |
children | 404dc8725caf |
line wrap: on
line source
Description: mempcpy() function: copy memory area, return point after last written byte. Files: lib/mempcpy.c m4/mempcpy.m4 Depends-on: string configure.ac: gl_FUNC_MEMPCPY gl_STRING_MODULE_INDICATOR([mempcpy]) Makefile.am: Include: <string.h> License: LGPL Maintainer: Simon Josefsson