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