]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(wheel_tab): Use unsigned char instead of unsigned
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 06:15:49 +0000 (06:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 06:15:49 +0000 (06:15 +0000)
commitc8f4d13551487bb29eebc14df56f40f5b4d6ffaf
treeae5c52810e12f0081db586bc3e4f0df432a45e7a
parentae631658b0aff3480563730c51d97ae025e54cd4
(wheel_tab): Use unsigned char instead of unsigned
int, since it suffices.
(factor, print_factors): Use size_t for sizes.
(print_factors, do_stdin, main): Use bool for booleans.
src/factor.c