Mercurial > hg > octave-nkf > gnulib-hg
view modules/strtoll @ 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 | c172d08b442a |
children |
line wrap: on
line source
Description: strtoll() function: convert string to 'long long'. Files: lib/strtol.c lib/strtoll.c m4/longlong.m4 m4/strtoll.m4 Depends-on: stdlib configure.ac: gl_FUNC_STRTOLL if test $HAVE_STRTOLL = 0; then AC_LIBOBJ([strtoll]) gl_PREREQ_STRTOLL fi gl_STDLIB_MODULE_INDICATOR([strtoll]) Makefile.am: Include: <stdlib.h> License: LGPL Maintainer: glibc