(posixly_correct): Use bool for booleans.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 19:07:11 +0000 (19:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 19:07:11 +0000 (19:07 +0000)
commit1bd2155bd7804f907070f26b05dd3c28fed68c9c
tree2ff92e01b0a3a1b7018587ed86aff8c0a443faec
parent8cc9e3ce8b9ec7ce6076da6539479f9d93007987
(posixly_correct): Use bool for booleans.
(verify, main): Use EXIT_FAILURE/EXIT_SUCCESS instead of 1/0.
(STRTOX): Rewrite to avoid casts.
(print_esc_char): Arg is char, not int.
src/printf.c