view modules/unistdio/u16-printf-parse @ 11658:8b1dcb465dff

tests: add test for bogus NULL definition * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL. * tests/test-stdlib.c: Likewise. * tests/test-string.c: Likewise. * tests/test-locale.c: Likewise. * tests/test-unistd.c: Likewise. * modules/stdio-tests (Depends-on): Add verify. * modules/stdlib-tests (Depends-on): Likewise. * modules/string-tests (Depends-on): Likewise. * modules/locale-tests (Depends-on): Likewise. * modules/unistd-tests (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Fri, 26 Jun 2009 08:00:28 -0600
parents 5507f7781f6e
children
line wrap: on
line source

Description:
Parsing an UTF-16 format string.

Files:
lib/unistdio/u-printf-parse.h
lib/unistdio/u16-printf-parse.c
lib/printf-parse.h
lib/printf-parse.c
m4/vasnprintf.m4
m4/intmax_t.m4
m4/stdint_h.m4
m4/inttypes_h.m4

Depends-on:
unistdio/u-printf-args
stdint
xsize

configure.ac:
gl_PREREQ_PRINTF_PARSE

Makefile.am:
lib_SOURCES += unistdio/u16-printf-parse.c

Include:
"unistdio/u-printf-parse.h"

License:
LGPL

Maintainer:
Bruno Haible