K 10 svn:author V 5 harti K 8 svn:date V 27 2004-11-29T08:38:16.000000Z K 7 svn:log V 338 Merge the contents of lstInt.h into the public lst.h. This let's us get rid of a lot of uneccesary casts and temporary variables that have just obfuscated the code. This also let's us implement a couple of the one- liner list functions as macros (the first one is Lst_IsEmpty) and simplify life once we start to throw consts on the code. END