K 10 svn:author V 3 phk K 8 svn:date V 27 2010-10-04T10:48:47.811711Z K 7 svn:log V 378 Certain static code analysis tools (FlexeLint being one) are very suspicious about 'l' and '1' being confused in numeric constants. The fear being that some old fart programmer might still think that he is using a Remmington Noiseless as input terminal device. An easy way to placate this fear is to use capital 'L' or to put the 'u' in unsigned constants in front of the 'l'. END