mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
23 lines
222 B
Plaintext
23 lines
222 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:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|