setpayloadl: Add tests.
[gnulib.git] / modules / memset
blobdefc5baf7d29bab5d456452a3ec996997f6ed06b
1 Description:
2 memset() function: fill memory with a constant byte.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/memset.c
12 m4/memset.m4
14 Depends-on:
15 string
17 configure.ac:
18 gl_FUNC_MEMSET
19 gl_CONDITIONAL([GL_COND_OBJ_MEMSET], [test $ac_cv_func_memset = no])
20 AM_COND_IF([GL_COND_OBJ_MEMSET], [
21   gl_PREREQ_MEMSET
24 Makefile.am:
25 if GL_COND_OBJ_MEMSET
26 lib_SOURCES += memset.c
27 endif
29 Include:
30 <string.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 Jim Meyering