Hi, the favor for unsigned int vs size_t is based on consistency throughout the code and the fact, that we don't exceed any boundaries of the unsigned int space.
Kind regards, Anselm 2008/7/30 Filippo Erik Negroni <[EMAIL PROTECTED]>: > Hi All, > > I noticed the code in dwm uses unsigned int for positive counters of > memory arrays instead of size_t. > Is there a particular reason you don't use size_t in order to convey > that you are using that quantity as a counter of memory space? > > -- > Cheers, > Filippo
