view modules/unistdio/u16-sprintf @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 7a8cc7ac7421
children
line wrap: on
line source

Description:
Formatted output to an UTF-16 string.

Files:
lib/unistdio/u16-sprintf.c
lib/unistdio/u-sprintf.h

Depends-on:
unistdio/base
unistdio/u16-vsprintf

configure.ac:
gl_LIBUNISTRING_MODULE([0.9], [unistdio/u16-sprintf])

Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_U16_SPRINTF
lib_SOURCES += unistdio/u16-sprintf.c
endif

Include:
"unistdio.h"

License:
LGPLv3+ or GPLv2

Maintainer:
all