当前位置:在线查询网 > 图书大全 > Checking C Programs with Lint (Nutshell Handbooks)

Checking C Programs with Lint (Nutshell Handbooks)_图书大全


请输入要查询的图书:

可以输入图书全称,关键词或ISBN号

Checking C Programs with Lint (Nutshell Handbooks)

ISBN: 9780937175309

出版社: O'Reilly Media, Inc.

出版年: 1988-10-01

页数: 80

定价: USD 12.95

装帧: Paperback

内容简介


The lint program checker has proven time and again to be one of the best tools for finding portability problems and certain types of coding errors in C programs. This book introduces you to lint, guides you through running it on your programs, and helps you to interpret lint's output. lint verifies a program or program segments against standard libraries, checks the code for common portability errors, and tests the programming against som tried and true guidelines. linting your code is a necessary (though not sufficient) step in writing clean, portable, effective programs.