verify: new macro 'assume'
[gnulib.git] / modules / memset
1 Description:
2 memset() function: fill memory with a constant byte.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/memset.c
12 m4/memset.m4
13
14 Depends-on:
15 string
16
17 configure.ac:
18 gl_FUNC_MEMSET
19 if test $ac_cv_func_memset = no; then
20   AC_LIBOBJ([memset])
21   gl_PREREQ_MEMSET
22 fi
23
24 Makefile.am:
25
26 Include:
27 <string.h>
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Jim Meyering