view modules/inttostr @ 40233:331ec5f027a2

autoupdate
author Karl Berry <karl@freefriends.org>
date Wed, 13 Mar 2019 11:14:26 -0700
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