Mercurial > hg > octave-lojdl > gnulib-hg
view modules/inttypes @ 6735:1f6871379885
* modules/inttypes: New file.
* modules/strtoimax, modules/strtoumax: Depend on inttypes.
* lib/inttypes.h: New file.
* lib/strtoimax.c: Assume <inttypes.h>.
* m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next: New
files.
author | Derek R. Price <derek@ximbiot.com> |
---|---|
date | Tue, 18 Apr 2006 17:20:47 +0000 |
parents | |
children | ed09f6422a66 |
line wrap: on
line source
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/full-header-path.m4 m4/_inttypes_h.m4 Depends-on: stdint configure.ac: gl_INTTYPES_H Makefile.am: Include: #include <inttypes.h> License: LGPL Maintainer: Derek Price