Linux splint命令
时间:2015-08-28 00:32:54
收藏:0
阅读:213
一、简介
splint是一个针对C语言的开源程序静态分析工具。
二、安装配置
1)yum安装
yum install -y splint
2)源码安装
配置
三、实例
原文:http://www.cnblogs.com/274914765qq/p/4764977.html
评论(0)