1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/strtoul
Bruno Haible f9c05953ab strtoul: Move AC_LIBOBJ invocations to module description.
* m4/strtoul.m4 (gl_FUNC_STRTOUL): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ invocation from here...
* modules/strtoul (configure.ac): ... to here.
2011-06-16 00:06:57 +02:00

33 lines
347 B
Plaintext

Description:
strtoul() function: convert string to 'unsigned long'.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/strtol.c
lib/strtoul.c
m4/strtoul.m4
Depends-on:
configure.ac:
gl_FUNC_STRTOUL
if test $ac_cv_func_strtoul = no; then
AC_LIBOBJ([strtoul])
fi
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
glibc