Distribute all lib/* source files through EXTRA_DIST.
[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 EXTRA_DIST += memset.c
15
16 Include:
17 <string.h>
18
19 License:
20 LGPL
21
22 Maintainer:
23 Jim Meyering