* m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
[gnulib.git] / modules / memset
1 Description:
2 memset() function: fill memory with a constant byte.
3
4 Files:
5 lib/memset.c
6 m4/memset.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_FUNC_MEMSET
12
13 Makefile.am:
14
15 Include:
16 <string.h>
17
18 License:
19 LGPL
20
21 Maintainer:
22 Jim Meyering