view lib/xstrtoll.c @ 40200:19988ebda9fa

relocatable-prog: Improve verbose output. * build-aux/install-reloc (func_verbose): Escape characters that would be interpreted by the shell.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 15:18:24 +0100
parents 1276be199c4c
children
line wrap: on
line source

#define __strtol strtoll
#define __strtol_t long long int
#define __xstrtol xstrtoll
#define STRTOL_T_MINIMUM LLONG_MIN
#define STRTOL_T_MAXIMUM LLONG_MAX
#include "xstrtol.c"