Jim Meyering <j...@meyering.net> writes: At least one other change may be interesting to you: another scope-reduction one: - inline uintmax_t + static inline uintmax_t mulredc (uintmax_t a, uintmax_t b, uintmax_t m, uintmax_t mi) How about going all the way, making everything (but main) static?
-- Torbjörn