Hi! > > What about using "/proc/self/maps" here and get rid of sprintf() and > > buf here. > OK. > > > Empty line here please. > It was removed explicitly to make the code compact. Could you explain the > benefit? Thanks.
It's kind of common sense to divide the code into functions to make it more readable. Adding empty lines between them is done for exact same reason. And if you look into LTP codebase every test does that (at least I haven't seen opposite) so one more reason for this is staying consistent. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
