1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/inttypes
Paul Eggert 91182f188f * m4/absolute-header.m4: Renamed from full-header-path.m4.
This is to keep the terminology clean; POSIX talks about
"absolute pathnames", not "full pathnames", but the GNU
Coding Standards say to use "path" for something else;
so use "absolute" to keep both sides happy.
(gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
Set gl_absolute_header, not gl_full_header_path.
Set gl_cv_absolute_<header>, not gl_full_path_<header>.
Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
All uses changed.
2006-07-04 06:37:09 +00:00

27 lines
398 B
Plaintext

Description:
A wrapper C99 <inttypes.h> header which will always include <stdint.h>
(possibly the *almost* C99 compliant GNULIB <stdint.h>) and prototypes for the
strtoimax & strtoumax functions.
Files:
lib/inttypes.h
m4/include_next.m4
m4/absolute-header.m4
m4/_inttypes_h.m4
Depends-on:
configure.ac:
gl_INTTYPES_H
Makefile.am:
Include:
#include <inttypes.h>
License:
LGPL
Maintainer:
all