Mercurial > hg > octave-nkf > gnulib-hg
view modules/strtoul @ 15836:46afe93343fd
modf: Use a .m4 file.
* m4/modf.m4: New file.
* modules/modf (Files): Add it.
(configure.ac): Just invoke gl_FUNC_MODF.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 06 Oct 2011 01:21:12 +0200 |
parents | 51c87706ae95 |
children |
line wrap: on
line source
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