1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/memset
Paul Eggert 55623f58e7 * gnulib-tool (func_import): Add support for 'public domain' license.
* modules/alloca, modules/atexit, modules/memmove:
Now public domain, not GPL.
* modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
* modules/realloc, modules/strerror, modules/strtod:
Now LGPL, not GPL.
2005-07-05 07:14:00 +00:00

23 lines
219 B
Plaintext

Description:
memset() function: fill memory with a constant byte.
Files:
lib/memset.c
m4/memset.m4
Depends-on:
configure.ac:
gl_FUNC_MEMSET
Makefile.am:
Include:
<string.h>
License:
LGPL
Maintainer:
Jim Meyering