strtoumax: fix typo in previous commit.
[gnulib.git] / modules / memmove
1 Description:
2 memmove() function: copy memory area.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/memmove.c
12 m4/memmove.m4
13
14 Depends-on:
15 string
16
17 configure.ac:
18 gl_FUNC_MEMMOVE
19 if test $ac_cv_func_memmove = no; then
20   AC_LIBOBJ([memmove])
21   gl_PREREQ_MEMMOVE
22 fi
23
24 Makefile.am:
25
26 Include:
27 <string.h>
28
29 License:
30 public domain
31
32 Maintainer:
33 Jim Meyering