bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] inttostr: add gidtostr and uidtostr


From: Paul Eggert
Subject: Re: [PATCH] inttostr: add gidtostr and uidtostr
Date: Sun, 11 Aug 2013 16:44:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

I think the worry was that there are zillions of such types
(mode_t, dev_t, pid_t, etc.), too many to define a function
for each.  For valid gid_t and uid_t values one can use
umaxtostr in practice, and there seemed to be little point
to tuning for platforms where gid_t and uid_t are narrower than
uintmax_t.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]