]> Dogcows Code - chaz/tar/commit - lib/strtoimax.c
Fix copyright notice.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Aug 2001 06:36:20 +0000 (06:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Aug 2001 06:36:20 +0000 (06:36 +0000)
commit01c35d722558a3dea0bf9b7f744ef6eec074b4f0
tree8127d62975d2ab8222695e104471d9fae1215d95
parentbdafbd14a48e266972a8f7fd33ed66448b6fb8a3
Fix copyright notice.
(UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.
(verify): New macro.
(INT): Renamed from uintmax_t.
(strtoumax, strtoull, strtoul): Remove.
(strtoimax, strtol, strtoll): New macros.
(strtoimax): Renamed from strtoumax.  Interchange signed with unsigned.
Verify sizes at compile-time, not at run-time.
Prefer strtol to strtoll if both work.
(main): Remove.
lib/strtoimax.c
This page took 0.020692 seconds and 4 git commands to generate.