view modules/strtoll @ 40211:5f58d2ac35ea

unistr/u8-cmp: Fix undefined behaviour. Reported by Jeffrey Walton <noloader@gmail.com>. * lib/unistr/u8-cmp.c (u8_cmp): Don't invoke memcmp if n is zero.
author Bruno Haible <bruno@clisp.org>
date Fri, 08 Mar 2019 20:38:22 +0100
parents 1f42ad97158b
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:
limits-h
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