Code

autoconf: Check for ll hh j z t size specifiers introduced by C99
authorJakub Narebski <jnareb@gmail.com>
Fri, 4 Aug 2006 15:55:57 +0000 (17:55 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 4 Aug 2006 18:46:27 +0000 (11:46 -0700)
commit656517b9ef5cf443f72110dcd56b15825bc7f1ef
treef4a7e6691e3c15be65dd63ebfa08273b0a06c58d
parenteb858c56cb9dcced05d61d47c0351b4f8768d379
autoconf: Check for ll hh j z t size specifiers introduced by C99

Add custom test for checking whether formatted IO functions
(printf/scanf et.al.) support 'size specifiers' introduced by C99,
namely ll, hh, j, z, t. (representing long long int, char, intmax_t,
size_t, ptrdiff_t).

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
configure.ac