mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
34 lines
454 B
Plaintext
34 lines
454 B
Plaintext
Description:
|
|
Parsing an ASCII format string.
|
|
|
|
Files:
|
|
lib/unistdio/u-printf-parse.h
|
|
lib/unistdio/ulc-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-h
|
|
xsize
|
|
c-ctype
|
|
|
|
configure.ac:
|
|
gl_PREREQ_PRINTF_PARSE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += unistdio/ulc-printf-parse.c
|
|
|
|
Include:
|
|
"unistdio/u-printf-parse.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2+
|
|
|
|
Maintainer:
|
|
all
|