view modules/strtoll @ 14271:b4cc3c41ca79

libposix: Add _HEADERS primaries to posix modules. Modify gnulib-tool to strip them from generated Makefile.am-s where they are not needed. Also, replace M4 macro prefixes when requested. Finally, omit calls to error() for libposix.
author Bruce Korb <bkorb@gnu.org>
date Sat, 05 Feb 2011 08:22:48 -0800
parents 459974cd8b12
children 19ff16971722
line wrap: on
line source

Description:
strtoll() function: convert string to 'long long'.

Files:
lib/strtoll.c
m4/longlong.m4
m4/strtoll.m4

Depends-on:
stdlib
strtol

configure.ac:
gl_FUNC_STRTOLL
gl_STDLIB_MODULE_INDICATOR([strtoll])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
glibc