view modules/inttostr @ 40158:383f7a766b7c

test-framework-sh: Improve maintainability. * tests/init.sh: Clarify what belongs together. Reorder definitions.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 16:55:27 +0100
parents 1ee102a293e1
children
line wrap: on
line source

Description:
Convert integers to printable strings.

Files:
lib/anytostr.c
lib/imaxtostr.c
lib/inttostr.c
lib/inttostr.h
lib/offtostr.c
lib/umaxtostr.c
lib/uinttostr.c
m4/inttostr.m4

Depends-on:
intprops
stdint

configure.ac:
gl_INTTOSTR

Makefile.am:
lib_SOURCES += \
  imaxtostr.c \
  inttostr.c \
  offtostr.c \
  uinttostr.c \
  umaxtostr.c

Include:
"inttostr.h"

License:
LGPLv2+

Maintainer:
Paul Eggert